#d1ae72

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

Shades of Putty #D1AE72

Tints of Putty #D1AE72

Color information

#D1AE72 (or 0xD1AE72) is unknown color: approx Putty. HEX triplet: D1, AE and 72. RGB value is (209,174,114). Sum of RGB (Red+Green+Blue) = 209+174+114=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE72 is #2E518D. Grayscale: #B1B1B1. Windows color (decimal): -3035534 or 7515857. OLE color: 7515857.

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

Color convert

RGB209174114-
CMYK00.170.450.18
HSL37.89º50.8%63.33%-
HSV(B)37.89º45.45%81.96%-
XYZ44.4745.0422.27-
YUV177.6292.1150.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=42.05%
G=35.01%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917411400.170.450.1837.8950.863.33
HexD1AE720112D1226333f
Octal3212561620215522466377
Binary1101000110101110111001001000110110110010100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1ae72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1ae72; }

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

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

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

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

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

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

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

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