#D2B991

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

Shades of Tan #D2B991

Tints of Tan #D2B991

Color information

#D2B991 (or 0xD2B991) is unknown color: approx Tan. HEX triplet: D2, B9 and 91. RGB value is (210,185,145). Sum of RGB (Red+Green+Blue) = 210+185+145=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B991 is #2D466E. Grayscale: #BCBCBC. Windows color (decimal): -2967151 or 9550290. OLE color: 9550290.

HSL color Cylindrical-coordinate representation of color #D2B991: hue angle of 36.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2B991 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB210185145-
CMYK00.120.310.18
HSL36.92º41.94%69.61%-
HSV(B)36.92º30.95%82.35%-
XYZ49.0450.4433.94-
YUV187.92103.78143.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=38.89%
G=34.26%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018514500.120.310.1836.9241.9469.61
HexD2B9910C1F12252a46
Octal32227122101437224552106
Binary1101001010111001100100010110011111100101001011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B991; }

 p { color: rgb(210,185,145); }

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

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

 a { background-color: rgb(210,185,145); }

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

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

 span { border-color: rgb(210,185,145); }

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