#D0A870

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

Shades of Putty #D0A870

Tints of Putty #D0A870

Color information

#D0A870 (or 0xD0A870) is unknown color: approx Putty. HEX triplet: D0, A8 and 70. RGB value is (208,168,112). Sum of RGB (Red+Green+Blue) = 208+168+112=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A870 is #2F578F. Grayscale: #ADADAD. Windows color (decimal): -3102608 or 7383248. OLE color: 7383248.

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

Color convert

RGB208168112-
CMYK00.190.460.18
HSL35º50.53%62.75%-
HSV(B)35º46.15%81.57%-
XYZ42.9442.5921.29-
YUV173.5893.25152.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=42.62%
G=34.43%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816811200.190.460.183550.5362.75
HexD0A8700132E1223333f
Octal3202501600235622436377
Binary1101000010101000111000001001110111010010100011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A870; }

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

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

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

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

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

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

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

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