#D1AE75

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

Shades of Putty #D1AE75

Tints of Putty #D1AE75

Color information

#D1AE75 (or 0xD1AE75) is unknown color: approx Putty. HEX triplet: D1, AE and 75. RGB value is (209,174,117). Sum of RGB (Red+Green+Blue) = 209+174+117=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE75 is #2E518A. Grayscale: #B2B2B2. Windows color (decimal): -3035531 or 7712465. OLE color: 7712465.

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

Color convert

RGB209174117-
CMYK00.170.440.18
HSL37.17º50%63.92%-
HSV(B)37.17º44.02%81.96%-
XYZ44.6445.1123.18-
YUV177.9793.6150.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.8%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=41.8%
G=34.8%
B=23.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917411700.170.440.1837.175063.92
HexD1AE750112C12253240
Octal32125616502154224562100
Binary11010001101011101110101010001101100100101001011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE75; }

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

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

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

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

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

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

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

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