#D0A470

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

Shades of Putty #D0A470

Tints of Putty #D0A470

Color information

#D0A470 (or 0xD0A470) is unknown color: approx Putty. HEX triplet: D0, A4 and 70. RGB value is (208,164,112). Sum of RGB (Red+Green+Blue) = 208+164+112=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A470 is #2F5B8F. Grayscale: #ABABAB. Windows color (decimal): -3103632 or 7382224. OLE color: 7382224.

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

Color convert

RGB208164112-
CMYK00.210.460.18
HSL32.5º50.53%62.75%-
HSV(B)32.5º46.15%81.57%-
XYZ42.2141.1321.04-
YUV171.2394.58154.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=42.98%
G=33.88%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816411200.210.460.1832.550.5362.75
HexD0A4700152E1221333f
Octal3202441600255622416377
Binary1101000010100100111000001010110111010010100001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A470; }

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

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

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

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

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

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

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

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