#D0BB91

Color #D0BB91 Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tan #D0BB91

Tints of Tan #D0BB91

Color information

#D0BB91 (or 0xD0BB91) is unknown color: approx Tan. HEX triplet: D0, BB and 91. RGB value is (208,187,145). Sum of RGB (Red+Green+Blue) = 208+187+145=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB91 is #2F446E. Grayscale: #BCBCBC. Windows color (decimal): -3097711 or 9550800. OLE color: 9550800.

HSL color Cylindrical-coordinate representation of color #D0BB91: hue angle of 40º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0BB91 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208187145-
CMYK00.100.300.18
HSL40º40.13%69.22%-
HSV(B)40º30.29%81.57%-
XYZ48.8950.9934.05-
YUV188.49103.46141.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=38.52%
G=34.63%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818714500.100.300.184040.1369.22
HexD0BB910A1E12282845
Octal32027322101236225050105
Binary1101000010111011100100010101011110100101010001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB91; }

 p { color: rgb(208,187,145); }

 H1.HeaderClassName
 {
   color: #D0BB91;
 }
 .AnyTagClassName
 {
   color: #D0BB91;
 }
</style>
background-color css

<style>
 a { background-color: #D0BB91; }

 a { background-color: rgb(208,187,145); }

 div.DivClassName
 {
   background-color: #D0BB91;
 }
 .BgClassName
 {
   background-color: #D0BB91;
 }
</style>
border-color css

<style>
 span { border-color: #D0BB91; }

 span { border-color: rgb(208,187,145); }

 td.TdClassName
 {
   border-color: #D0BB91;
 }
 .TagClassName
 {
   border-color: #D0BB91;
 }
</style>