COLOR #D0B290

HEX: #D0B290 RGB: (208,178,144)

Color info

#D0B290 contains mainly red and green colors. Web safe color of #D0B290 is #CC9999 (or #C99).

RGB color model

#D0B290 color RGB value is (208,178,144).

RGB: (208,178,144) (82%, 70%, 56%)

RGB channels and saturation

R 208 of 255 = 82%
G 178 of 255 = 70%
B 144 of 255 = 56%

208
178
144

R + G + B ~ 69%. #D0B290 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 178 + 144 = 530 (100%)
R 208 of 530 ~ 39.25%
G 178 of 530 ~ 33.58%
B 144 of 530 ~ 27.17'%

%39.25
%33.58
%27.17

CMYK color model

#D0B290 color CMYK value is (0,14,31,18).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 30.77%
  • key color value is 18.43%
CMYK: (0,14,31,18) C0M14Y31K18 (0%,14%,31%,18%) (0.00/0.14/0.31/0.18) 

CMYK percentages

%0
%14.42
%30.77
%18.43

Codes

Color #D0B290 in popluar color models

D0 B2 90
RGB 208 178 144
HSL 32° 40.51% 69.02%
HSB/HSV 32° 30.77% 81.57%
CMYK 0.00% 14.42% 30.77%
18.43%

Color #D0B290 in popluar number systems.

HEX D0 B2 90
Decimal 208 178 144
Binary 11010000 10110010 10010000
Octal 320 262 220

Shades and tints

Shades of #D0B290

#D0B290
(208,178,144)
#BEA283
(190,162,131)
#AC9276
(172,146,118)
#9A8269
(154,130,105)
#88725C
(136,114,92)
#76624F
(118,98,79)
#645242
(100,82,66)
#524235
(82,66,53)
#403228
(64,50,40)
#2E221B
(46,34,27)
#1C120E
(28,18,14)
#000000
(0,0,0)

Tints of #D0B290

#D0B290
(208,178,144)
#D4B99A
(212,185,154)
#D8C0A4
(216,192,164)
#DCC7AE
(220,199,174)
#E0CEB8
(224,206,184)
#E4D5C2
(228,213,194)
#E8DCCC
(232,220,204)
#ECE3D6
(236,227,214)
#F0EAE0
(240,234,224)
#F4F1EA
(244,241,234)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B290; }

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

This text font color is #D0B290.

Background Color

.myBgColor { background-color: #D0B290; }

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

This div background color is #D0B290.

Border color

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

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

This div border color is #D0B290.

Opacity

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

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

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

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

This text has shadow with #D0B290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0B290.

Preview

Color preview on black background

This text has color #D0B290 on black background.


Color preview on white background

This text has color #D0B290 on white background.


Black color preview on #D0B290 background

This text has black color on #D0B290 background.


White color preview on #D0B290 background

This text has white color on #D0B290 background.


Related colors

Complementary color

Complementary color for #hex is #2F4D6F.


I love getcolorcode.com

Triadic colors

1 #90D0B2 and #B290D0 with #D0B290 are triadic colors.

2 #90B2D0 and #B2D090 with #D0B290 are triadic colors.