#D4AC76

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

Shades of Putty #D4AC76

Tints of Putty #D4AC76

Color information

#D4AC76 (or 0xD4AC76) is unknown color: approx Putty. HEX triplet: D4, AC and 76. RGB value is (212,172,118). Sum of RGB (Red+Green+Blue) = 212+172+118=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC76 is #2B5389. Grayscale: #B2B2B2. Windows color (decimal): -2839434 or 7777492. OLE color: 7777492.

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

Color convert

RGB212172118-
CMYK00.190.440.17
HSL34.47º52.22%64.71%-
HSV(B)34.47º44.34%83.14%-
XYZ45.1744.8123.41-
YUV177.894.25152.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=42.23%
G=34.26%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217211800.190.440.1734.4752.2264.71
HexD4AC760132C11223441
Octal32425416602354214264101
Binary11010100101011001110110010011101100100011000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC76; }

 p { color: rgb(212,172,118); }

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

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

 a { background-color: rgb(212,172,118); }

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

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

 span { border-color: rgb(212,172,118); }

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