#D2B78C

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

Shades of Tan #D2B78C

Tints of Tan #D2B78C

Color information

#D2B78C (or 0xD2B78C) is unknown color: approx Tan. HEX triplet: D2, B7 and 8C. RGB value is (210,183,140). Sum of RGB (Red+Green+Blue) = 210+183+140=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B78C is #2D4873. Grayscale: #BABABA. Windows color (decimal): -2967668 or 9222098. OLE color: 9222098.

HSL color Cylindrical-coordinate representation of color #D2B78C: hue angle of 36.86º 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 #D2B78C is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210183140-
CMYK00.130.330.18
HSL36.86º43.75%68.63%-
HSV(B)36.86º33.33%82.35%-
XYZ48.2549.4631.82-
YUV186.17101.95145-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 140 (55.08% from 255) = 26.27%
R=39.40%
G=34.33%
B=26.27%

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
Decimal21018314000.130.330.1836.8643.7568.63
HexD2B78C0D2112252c45
Octal32226721401541224554105
Binary11010010101101111000110001101100001100101001011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B78C; }

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

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

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

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

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

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

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

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