#D2A870

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

Shades of Putty #D2A870

Tints of Putty #D2A870

Color information

#D2A870 (or 0xD2A870) is unknown color: approx Putty. HEX triplet: D2, A8 and 70. RGB value is (210,168,112). Sum of RGB (Red+Green+Blue) = 210+168+112=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A870 is #2D578F. Grayscale: #AEAEAE. Windows color (decimal): -2971536 or 7383250. OLE color: 7383250.

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

Color convert

RGB210168112-
CMYK00.20.470.18
HSL34.29º52.13%63.14%-
HSV(B)34.29º46.67%82.35%-
XYZ43.5142.8821.31-
YUV174.1792.91153.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.86%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 112 (44.14% from 255) = 22.86%
R=42.86%
G=34.29%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016811200.20.470.1834.2952.1363.14
HexD2A8700142F1222343f
Octal3222501600245722426477
Binary1101001010101000111000001010010111110010100010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A870; }

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

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

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

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

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

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

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

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