#D1AE78

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

Shades of Putty #D1AE78

Tints of Putty #D1AE78

Color information

#D1AE78 (or 0xD1AE78) is unknown color: approx Putty. HEX triplet: D1, AE and 78. RGB value is (209,174,120). Sum of RGB (Red+Green+Blue) = 209+174+120=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE78 is #2E5187. Grayscale: #B2B2B2. Windows color (decimal): -3035528 or 7909073. OLE color: 7909073.

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

Color convert

RGB209174120-
CMYK00.170.430.18
HSL36.4º49.17%64.51%-
HSV(B)36.4º42.58%81.96%-
XYZ44.8245.1824.13-
YUV178.3195.1149.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 120 (47.27% from 255) = 23.86%
R=41.55%
G=34.59%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917412000.170.430.1836.449.1764.51
HexD1AE780112B12243141
Octal32125617002153224461101
Binary11010001101011101111000010001101011100101001001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE78; }

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

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

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

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

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

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

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

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