#D2B68C

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

Shades of Tan #D2B68C

Tints of Tan #D2B68C

Color information

#D2B68C (or 0xD2B68C) is unknown color: approx Tan. HEX triplet: D2, B6 and 8C. RGB value is (210,182,140). Sum of RGB (Red+Green+Blue) = 210+182+140=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B68C is #2D4973. Grayscale: #B9B9B9. Windows color (decimal): -2967924 or 9221842. OLE color: 9221842.

HSL color Cylindrical-coordinate representation of color #D2B68C: hue angle of 36º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2B68C is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210182140-
CMYK00.130.330.18
HSL36º43.75%68.63%-
HSV(B)36º33.33%82.35%-
XYZ48.0449.0531.75-
YUV185.58102.28145.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=39.47%
G=34.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018214000.130.330.183643.7568.63
HexD2B68C0D2112242c45
Octal32226621401541224454105
Binary11010010101101101000110001101100001100101001001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B68C; }

 p { color: rgb(210,182,140); }

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

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

 a { background-color: rgb(210,182,140); }

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

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

 span { border-color: rgb(210,182,140); }

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