COLOR #D0B242

HEX: #D0B242 RGB: (208,178,66)

Color info

#D0B242 contains mainly red and green colors. Web safe color of #D0B242 is #CC9933 (or #C93).

RGB color model

#D0B242 color RGB value is (208,178,66).

RGB: (208,178,66) (82%, 70%, 26%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 66 of 255 = 26%

208
178
66

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

Portions of RGB colors in percentages

R + G + B = 208 + 178 + 66 = 452 (100%)
R 208 of 452 ~ 46.02%
G 178 of 452 ~ 39.38%
B 66 of 452 ~ 14.6'%

%46.02
%39.38
%14.6

CMYK color model

#D0B242 color CMYK value is (0,14,68,18).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 68.27%
  • key color value is 18.43%
CMYK: (0,14,68,18) C0M14Y68K18 (0%,14%,68%,18%) (0.00/0.14/0.68/0.18) 

CMYK percentages

%0
%14.42
%68.27
%18.43

Codes

Color #D0B242 in popluar color models

D0 B2 42
RGB 208 178 66
HSL 47° 60.17% 53.73%
HSB/HSV 47° 68.27% 81.57%
CMYK 0.00% 14.42% 68.27%
18.43%

Color #D0B242 in popluar number systems.

HEX D0 B2 42
Decimal 208 178 66
Binary 11010000 10110010 1000010
Octal 320 262 102

Shades and tints

Shades of #D0B242

#D0B242
(208,178,66)
#BEA23C
(190,162,60)
#AC9236
(172,146,54)
#9A8230
(154,130,48)
#88722A
(136,114,42)
#766224
(118,98,36)
#64521E
(100,82,30)
#524218
(82,66,24)
#403212
(64,50,18)
#2E220C
(46,34,12)
#1C1206
(28,18,6)
#000000
(0,0,0)

Tints of #D0B242

#D0B242
(208,178,66)
#D4B953
(212,185,83)
#D8C064
(216,192,100)
#DCC775
(220,199,117)
#E0CE86
(224,206,134)
#E4D597
(228,213,151)
#E8DCA8
(232,220,168)
#ECE3B9
(236,227,185)
#F0EACA
(240,234,202)
#F4F1DB
(244,241,219)
#F8F8EC
(248,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B242 color. Also use rgb(208,178,66) instead hex code.

Text Font Color

.myTextColor { color: #D0B242; }

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

This text font color is #D0B242.

Background Color

.myBgColor { background-color: #D0B242; }

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

This div background color is #D0B242.

Border color

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

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

This div border color is #D0B242.

Opacity

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

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

Text with #D0B242 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 #D0B242;}

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

This text has shadow with #D0B242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B242.

Preview

Color preview on black background

This text has color #D0B242 on black background.


Color preview on white background

This text has color #D0B242 on white background.


Black color preview on #D0B242 background

This text has black color on #D0B242 background.


White color preview on #D0B242 background

This text has white color on #D0B242 background.


Related colors

Complementary color

Complementary color for #hex is #2F4DBD.


I love getcolorcode.com

Triadic colors

1 #42D0B2 and #B242D0 with #D0B242 are triadic colors.

2 #42B2D0 and #B2D042 with #D0B242 are triadic colors.