#D1A770

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

Shades of Putty #D1A770

Tints of Putty #D1A770

Color information

#D1A770 (or 0xD1A770) is unknown color: approx Putty. HEX triplet: D1, A7 and 70. RGB value is (209,167,112). Sum of RGB (Red+Green+Blue) = 209+167+112=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A770 is #2E588F. Grayscale: #ADADAD. Windows color (decimal): -3037328 or 7382993. OLE color: 7382993.

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

Color convert

RGB209167112-
CMYK00.200.460.18
HSL34.02º51.32%62.94%-
HSV(B)34.02º46.41%81.96%-
XYZ43.0442.3621.24-
YUV173.2993.41153.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=42.83%
G=34.22%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916711200.200.460.1834.0251.3262.94
HexD1A7700142E1222333f
Octal3212471600245622426377
Binary1101000110100111111000001010010111010010100010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A770; }

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

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

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

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

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

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

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

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