#D4A977

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

Shades of Putty #D4A977

Tints of Putty #D4A977

Color information

#D4A977 (or 0xD4A977) is unknown color: approx Putty. HEX triplet: D4, A9 and 77. RGB value is (212,169,119). Sum of RGB (Red+Green+Blue) = 212+169+119=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A977 is #2B5688. Grayscale: #B0B0B0. Windows color (decimal): -2840201 or 7842260. OLE color: 7842260.

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

Color convert

RGB212169119-
CMYK00.200.440.17
HSL32.26º51.96%64.9%-
HSV(B)32.26º43.87%83.14%-
XYZ44.6743.723.53-
YUV176.1695.75153.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.4%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=42.4%
G=33.8%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216911900.200.440.1732.2651.9664.9
HexD4A9770142C11203441
Octal32425116702454214064101
Binary11010100101010011110111010100101100100011000001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A977; }

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

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

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

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

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

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

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

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