COLOR #D0B152

HEX: #D0B152 RGB: (208,177,82)

Color info

#D0B152 contains mainly red and green colors. Web safe color of #D0B152 is #CC9966 (or #C96).

RGB color model

#D0B152 color RGB value is (208,177,82).

RGB: (208,177,82) (82%, 69%, 32%)

RGB channels and saturation

R 208 of 255 = 82%
G 177 of 255 = 69%
B 82 of 255 = 32%

208
177
82

R + G + B ~ 61%. #D0B152 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 177 + 82 = 467 (100%)
R 208 of 467 ~ 44.54%
G 177 of 467 ~ 37.9%
B 82 of 467 ~ 17.56'%

%44.54
%37.9
%17.56

CMYK color model

#D0B152 color CMYK value is (0,15,61,18).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 60.58%
  • key color value is 18.43%

CMYK: (0,15,61,18)
C0M15Y61K18 (0%, 15%, 61%, 18%)
(0.00 / 0.15 / 0.61 / 0.18)

CMYK percentages

%0
%14.9
%60.58
%18.43

Codes

Color #D0B152 in popluar color models

D0 B1 52
RGB 208 177 82
HSL 45° 57.27% 56.86%
HSB/HSV 45° 60.58% 81.57%
CMYK 0.00% 14.90% 60.58%
18.43%

Color #D0B152 in popluar number systems.

HEX D0 B1 52
Decimal 208 177 82
Binary 11010000 10110001 1010010
Octal 320 261 122

Shades and tints

Shades of #D0B152

#D0B152
(208,177,82)
#BEA14B
(190,161,75)
#AC9144
(172,145,68)
#9A813D
(154,129,61)
#887136
(136,113,54)
#76612F
(118,97,47)
#645128
(100,81,40)
#524121
(82,65,33)
#40311A
(64,49,26)
#2E2113
(46,33,19)
#1C110C
(28,17,12)
#000000
(0,0,0)

Tints of #D0B152

#D0B152
(208,177,82)
#D4B861
(212,184,97)
#D8BF70
(216,191,112)
#DCC67F
(220,198,127)
#E0CD8E
(224,205,142)
#E4D49D
(228,212,157)
#E8DBAC
(232,219,172)
#ECE2BB
(236,226,187)
#F0E9CA
(240,233,202)
#F4F0D9
(244,240,217)
#F8F7E8
(248,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B152 color. Also use rgb(208,177,82) instead hex code.

Text Font Color

.myTextColor { color: #D0B152; }

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

This text font color is #D0B152.

Background Color

.myBgColor { background-color: #D0B152; }

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

This div background color is #D0B152.

Border color

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

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

This div border color is #D0B152.

Opacity

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

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

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

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

This text has shadow with #D0B152 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B152.

Preview

Color preview on black background

This text has color #D0B152 on black background.


Color preview on white background

This text has color #D0B152 on white background.


Black color preview on #D0B152 background

This text has black color on #D0B152 background.


White color preview on #D0B152 background

This text has white color on #D0B152 background.


Related colors

Complementary color

Complementary color for #hex is #2F4EAD.


I love getcolorcode.com

Triadic colors

1 #52D0B1 and #B152D0 with #D0B152 are triadic colors.

2 #52B1D0 and #B1D052 with #D0B152 are triadic colors.