#D2A86C

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

Shades of Putty #D2A86C

Tints of Putty #D2A86C

Color information

#D2A86C (or 0xD2A86C) is unknown color: approx Putty. HEX triplet: D2, A8 and 6C. RGB value is (210,168,108). Sum of RGB (Red+Green+Blue) = 210+168+108=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A86C is #2D5793. Grayscale: #AEAEAE. Windows color (decimal): -2971540 or 7121106. OLE color: 7121106.

HSL color Cylindrical-coordinate representation of color #D2A86C: hue angle of 35.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2A86C is Cyan = 0, Magento = 0.2, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210168108-
CMYK00.20.490.18
HSL35.29º53.12%62.35%-
HSV(B)35.29º48.57%82.35%-
XYZ43.2942.7920.17-
YUV173.7290.91153.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=43.21%
G=34.57%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016810800.20.490.1835.2953.1262.35
HexD2A86C014311223353e
Octal3222501540246122436576
Binary1101001010101000110110001010011000110010100011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A86C; }

 p { color: rgb(210,168,108); }

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

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

 a { background-color: rgb(210,168,108); }

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

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

 span { border-color: rgb(210,168,108); }

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