#D4AE77

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

Shades of Putty #D4AE77

Tints of Putty #D4AE77

Color information

#D4AE77 (or 0xD4AE77) is unknown color: approx Putty. HEX triplet: D4, AE and 77. RGB value is (212,174,119). Sum of RGB (Red+Green+Blue) = 212+174+119=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE77 is #2B5188. Grayscale: #B3B3B3. Windows color (decimal): -2838921 or 7843540. OLE color: 7843540.

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

Color convert

RGB212174119-
CMYK00.180.440.17
HSL35.48º51.96%64.9%-
HSV(B)35.48º43.87%83.14%-
XYZ45.6245.623.85-
YUV179.0994.09151.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.98%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=41.98%
G=34.46%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217411900.180.440.1735.4851.9664.9
HexD4AE770122C11233441
Octal32425616702254214364101
Binary11010100101011101110111010010101100100011000111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE77; }

 p { color: rgb(212,174,119); }

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

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

 a { background-color: rgb(212,174,119); }

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

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

 span { border-color: rgb(212,174,119); }

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