COLOR #D0B248

HEX: #D0B248
RGB: (208,178,72)

Color info

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

RGB color model

#D0B248 color RGB value is (208,178,72).

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

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 72 of 255 = 28%

208
178
72

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

Portions of RGB colors in percentages

R + G + B =
208 + 178 + 72 = 458 (100%)
R 208 of 458 ~ 45.41%
G 178 of 458 ~ 38.86%
B 72 of 458 ~ 15.72%

%45.41
%38.86
%15.72

CMYK color model

#D0B248 color CMYK value is (0,14,65,18).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 65.38%
  • key color value is 18.43%
CMYK:
(0,14,65,18)
C0M14Y65K18 
(0%,14%,65%,18%)
(0.00/0.14/0.65/0.18)	

CMYK percentages

%0
%14.42
%65.38
%18.43

Codes

Color #D0B248 in popluar color models

D0B248
RGB20817872
HSL47°59.13%54.90%
HSB/HSV47°65.38%81.57%
CMYK0.00%14.42%65.38%
18.43%

Color #D0B248 in popluar number systems.

HEXD0B248
Decimal20817872
Binary11010000101100101001000
Octal320262110

Shades and tints

Shades of #D0B248

#D0B248
(208,178,72)
#BEA242
(190,162,66)
#AC923C
(172,146,60)
#9A8236
(154,130,54)
#887230
(136,114,48)
#76622A
(118,98,42)
#645224
(100,82,36)
#52421E
(82,66,30)
#403218
(64,50,24)
#2E2212
(46,34,18)
#1C120C
(28,18,12)
#000000
(0,0,0)

Tints of #D0B248

#D0B248
(208,178,72)
#D4B958
(212,185,88)
#D8C068
(216,192,104)
#DCC778
(220,199,120)
#E0CE88
(224,206,136)
#E4D598
(228,213,152)
#E8DCA8
(232,220,168)
#ECE3B8
(236,227,184)
#F0EAC8
(240,234,200)
#F4F1D8
(244,241,216)
#F8F8E8
(248,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B248; }

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

This text font color is #D0B248.


Background Color

.myBgColor { background-color: #D0B248; }

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

This div background color is #D0B248.


Border color

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

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

This div border color is #D0B248.


Opacity

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

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

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

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

This text has shadow with #D0B248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B248 on black background.


Color preview on white background

This text has color #D0B248 on white background.



Black color preview on #D0B248 background

This text has black color on #D0B248 background.


White color preview on #D0B248 background

This text has white color on #D0B248 background.