#D1AE71

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

Shades of Putty #D1AE71

Tints of Putty #D1AE71

Color information

#D1AE71 (or 0xD1AE71) is unknown color: approx Putty. HEX triplet: D1, AE and 71. RGB value is (209,174,113). Sum of RGB (Red+Green+Blue) = 209+174+113=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE71 is #2E518E. Grayscale: #B1B1B1. Windows color (decimal): -3035535 or 7450321. OLE color: 7450321.

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

Color convert

RGB209174113-
CMYK00.170.460.18
HSL38.13º51.06%63.14%-
HSV(B)38.13º45.93%81.96%-
XYZ44.4145.0221.97-
YUV177.5191.6150.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.14%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=42.14%
G=35.08%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917411300.170.460.1838.1351.0663.14
HexD1AE710112E1226333f
Octal3212561610215622466377
Binary1101000110101110111000101000110111010010100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE71; }

 p { color: rgb(209,174,113); }

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

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

 a { background-color: rgb(209,174,113); }

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

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

 span { border-color: rgb(209,174,113); }

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