COLOR #D0B239

HEX: #D0B239
RGB: (208,178,57)

Color info

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

RGB color model

#D0B239 color RGB value is (208,178,57).

  • red value is 208;
  • green value is 178;
  • blue value is 57.
RGB:
(208,178,57)
(82%,70%,22%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 57 of 255 = 22%

208
178
57

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

Portions of RGB colors in percentages

R + G + B =
208 + 178 + 57 = 443 (100%)
R 208 of 443 ~ 46.95%
G 178 of 443 ~ 40.18%
B 57 of 443 ~ 12.87%

%46.95
%40.18
%12.87

CMYK color model

#D0B239 color CMYK value is (0,14,73,18).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 72.60%
  • key color value is 18.43%
CMYK:
(0,14,73,18)
C0M14Y73K18 
(0%,14%,73%,18%)
(0.00/0.14/0.73/0.18)	

CMYK percentages

%0
%14.42
%72.6
%18.43

Codes

Color #D0B239 in popluar color models

D0B239
RGB20817857
HSL48°61.63%51.96%
HSB/HSV48°72.60%81.57%
CMYK0.00%14.42%72.60%
18.43%

Color #D0B239 in popluar number systems.

HEXD0B239
Decimal20817857
Binary1101000010110010111001
Octal32026271

Shades and tints

Shades of #D0B239

#D0B239
(208,178,57)
#BEA234
(190,162,52)
#AC922F
(172,146,47)
#9A822A
(154,130,42)
#887225
(136,114,37)
#766220
(118,98,32)
#64521B
(100,82,27)
#524216
(82,66,22)
#403211
(64,50,17)
#2E220C
(46,34,12)
#1C1207
(28,18,7)
#000000
(0,0,0)

Tints of #D0B239

#D0B239
(208,178,57)
#D4B94B
(212,185,75)
#D8C05D
(216,192,93)
#DCC76F
(220,199,111)
#E0CE81
(224,206,129)
#E4D593
(228,213,147)
#E8DCA5
(232,220,165)
#ECE3B7
(236,227,183)
#F0EAC9
(240,234,201)
#F4F1DB
(244,241,219)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B239; }

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

This text font color is #D0B239.


Background Color

.myBgColor { background-color: #D0B239; }

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

This div background color is #D0B239.


Border color

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

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

This div border color is #D0B239.


Opacity

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

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

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

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

This text has shadow with #D0B239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B239 on black background.


Color preview on white background

This text has color #D0B239 on white background.



Black color preview on #D0B239 background

This text has black color on #D0B239 background.


White color preview on #D0B239 background

This text has white color on #D0B239 background.