#D1A470

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

Shades of Putty #D1A470

Tints of Putty #D1A470

Color information

#D1A470 (or 0xD1A470) is unknown color: approx Putty. HEX triplet: D1, A4 and 70. RGB value is (209,164,112). Sum of RGB (Red+Green+Blue) = 209+164+112=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A470 is #2E5B8F. Grayscale: #ABABAB. Windows color (decimal): -3038096 or 7382225. OLE color: 7382225.

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

Color convert

RGB209164112-
CMYK00.220.460.18
HSL32.16º51.32%62.94%-
HSV(B)32.16º46.41%81.96%-
XYZ42.4941.2821.06-
YUV171.5394.41154.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.09%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=43.09%
G=33.81%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916411200.220.460.1832.1651.3262.94
HexD1A4700162E1220333f
Octal3212441600265622406377
Binary1101000110100100111000001011010111010010100000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A470; }

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

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

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

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

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

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

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

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