COLOR #D0BF90

HEX: #D0BF90
RGB: (208,191,144)

Color info

#D0BF90 contains mainly red and green colors. Web safe color of #D0BF90 is #CCCC99 (or #CC9).

RGB color model

#D0BF90 color RGB value is (208,191,144).

  • red value is 208;
  • green value is 191;
  • blue value is 144.
RGB:
(208,191,144)
(82%,75%,56%)

RGB channels and saturation

R 208 of 255 = 82%
G 191 of 255 = 75%
B 144 of 255 = 56%

208
191
144

R + G + B ~ 71%. #D0BF90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 191 + 144 = 543 (100%)
R 208 of 543 ~ 38.31%
G 191 of 543 ~ 35.17%
B 144 of 543 ~ 26.52%

%38.31
%35.17
%26.52

CMYK color model

#D0BF90 color CMYK value is (0,8,31,18).

  • cyan value is 0.00%
  • magenta value is 8.17%
  • yellow value is 30.77%
  • key color value is 18.43%
CMYK:
(0,8,31,18)
C0M8Y31K18 
(0%,8%,31%,18%)
(0.00/0.08/0.31/0.18)	

CMYK percentages

%0
%8.17
%30.77
%18.43

Codes

Color #D0BF90 in popluar color models

D0BF90
RGB208191144
HSL44°40.51%69.02%
HSB/HSV44°30.77%81.57%
CMYK0.00%8.17%30.77%
18.43%

Color #D0BF90 in popluar number systems.

HEXD0BF90
Decimal208191144
Binary110100001011111110010000
Octal320277220

Shades and tints

Shades of #D0BF90

#D0BF90
(208,191,144)
#BEAE83
(190,174,131)
#AC9D76
(172,157,118)
#9A8C69
(154,140,105)
#887B5C
(136,123,92)
#766A4F
(118,106,79)
#645942
(100,89,66)
#524835
(82,72,53)
#403728
(64,55,40)
#2E261B
(46,38,27)
#1C150E
(28,21,14)
#000000
(0,0,0)

Tints of #D0BF90

#D0BF90
(208,191,144)
#D4C49A
(212,196,154)
#D8C9A4
(216,201,164)
#DCCEAE
(220,206,174)
#E0D3B8
(224,211,184)
#E4D8C2
(228,216,194)
#E8DDCC
(232,221,204)
#ECE2D6
(236,226,214)
#F0E7E0
(240,231,224)
#F4ECEA
(244,236,234)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BF90; }

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

This text font color is #D0BF90.


Background Color

.myBgColor { background-color: #D0BF90; }

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

This div background color is #D0BF90.


Border color

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

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

This div border color is #D0BF90.


Opacity

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

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

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

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

This text has shadow with #D0BF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BF90 on black background.


Color preview on white background

This text has color #D0BF90 on white background.



Black color preview on #D0BF90 background

This text has black color on #D0BF90 background.


White color preview on #D0BF90 background

This text has white color on #D0BF90 background.