#D2AE8C

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

Shades of Tan #D2AE8C

Tints of Tan #D2AE8C

Color information

#D2AE8C (or 0xD2AE8C) is unknown color: approx Tan. HEX triplet: D2, AE and 8C. RGB value is (210,174,140). Sum of RGB (Red+Green+Blue) = 210+174+140=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AE8C is #2D5173. Grayscale: #B5B5B5. Windows color (decimal): -2969972 or 9219794. OLE color: 9219794.

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

Color convert

RGB210174140-
CMYK00.170.330.18
HSL29.14º43.75%68.63%-
HSV(B)29.14º33.33%82.35%-
XYZ46.4545.8731.22-
YUV180.89104.93148.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.08%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=40.08%
G=33.21%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017414000.170.330.1829.1443.7568.63
HexD2AE8C01121121d2c45
Octal32225621402141223554105
Binary11010010101011101000110001000110000110010111011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AE8C; }

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

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

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

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

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

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

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

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