COLOR #DAB534

HEX: #DAB534
RGB: (218,181,52)

Color info

#DAB534 contains mainly red and green colors. Web safe color of #DAB534 is #CCCC33 (or #CC3).

RGB color model

#DAB534 color RGB value is (218,181,52).

  • red value is 218;
  • green value is 181;
  • blue value is 52.
RGB:
(218,181,52)
(85%,71%,20%)

RGB channels and saturation

R 218 of 255 = 85%
G 181 of 255 = 71%
B 52 of 255 = 20%

218
181
52

R + G + B ~ 59%. #DAB534 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
218 + 181 + 52 = 451 (100%)
R 218 of 451 ~ 48.34%
G 181 of 451 ~ 40.13%
B 52 of 451 ~ 11.53%

%48.34
%40.13
%11.53

CMYK color model

#DAB534 color CMYK value is (0,17,76,15).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 76.15%
  • key color value is 14.51%
CMYK:
(0,17,76,15)
C0M17Y76K15 
(0%,17%,76%,15%)
(0.00/0.17/0.76/0.15)	

CMYK percentages

%0
%16.97
%76.15
%14.51

Codes

Color #DAB534 in popluar color models

DAB534
RGB21818152
HSL47°69.17%52.94%
HSB/HSV47°76.15%85.49%
CMYK0.00%16.97%76.15%
14.51%

Color #DAB534 in popluar number systems.

HEXDAB534
Decimal21818152
Binary1101101010110101110100
Octal33226564

Shades and tints

Shades of #DAB534

#DAB534
(218,181,52)
#C7A530
(199,165,48)
#B4952C
(180,149,44)
#A18528
(161,133,40)
#8E7524
(142,117,36)
#7B6520
(123,101,32)
#68551C
(104,85,28)
#554518
(85,69,24)
#423514
(66,53,20)
#2F2510
(47,37,16)
#1C150C
(28,21,12)
#000000
(0,0,0)

Tints of #DAB534

#DAB534
(218,181,52)
#DDBB46
(221,187,70)
#E0C158
(224,193,88)
#E3C76A
(227,199,106)
#E6CD7C
(230,205,124)
#E9D38E
(233,211,142)
#ECD9A0
(236,217,160)
#EFDFB2
(239,223,178)
#F2E5C4
(242,229,196)
#F5EBD6
(245,235,214)
#F8F1E8
(248,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB534 color. Also use rgb(218,181,52) instead hex code.

Text Font Color

.myTextColor { color: #DAB534; }

<p style="color:#DAB534">This sample text font color is #DAB534.</p>

This text font color is #DAB534.


Background Color

.myBgColor { background-color: #DAB534; }

<div style="background-color:#DAB534">Inner text</div>

This div background color is #DAB534.


Border color

.myBorderColor { border: 1px solid #DAB534; }

<div style="border:3px solid #DAB534">Div</div>

This div border color is #DAB534.


Opacity

.myOpacity80 { color: #DAB534; opacity: 0.8; }

<p style="color:#DAB534;opacity:0.8;">80%</p>

Text with #DAB534 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DAB534;}

<p style="text-shadow: 3px 3px 1px #DAB534">Text here.</p>

This text has shadow with #DAB534 color.

.textShadow {text-shadow: 3px 3px 1px #DAB534, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DAB534, 5px 5px 20px red">Text here.</p>

This text has shadow with #DAB534 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DAB534, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DAB534, Direction=45, Strength=4)">Text</p>

This text has shadow with #DAB534 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DAB534;
  -webkit-box-shadow:	1px 1px 3px 2px #DAB534;
  box-shadow:		1px 1px 3px 2px #DAB534;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DAB534;
-webkit-box-shadow: 1px 1px 3px 2px #DAB534;
box-shadow:1px 1px 3px 2px #DAB534;">
Div content here</div>
This div box has shadow with color #DAB534.

Preview

Color preview on black background

This text has color #DAB534 on black background.


Color preview on white background

This text has color #DAB534 on white background.



Black color preview on #DAB534 background

This text has black color on #DAB534 background.


White color preview on #DAB534 background

This text has white color on #DAB534 background.