#D4AC72

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

Shades of Putty #D4AC72

Tints of Putty #D4AC72

Color information

#D4AC72 (or 0xD4AC72) is unknown color: approx Putty. HEX triplet: D4, AC and 72. RGB value is (212,172,114). Sum of RGB (Red+Green+Blue) = 212+172+114=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC72 is #2B538D. Grayscale: #B1B1B1. Windows color (decimal): -2839438 or 7515348. OLE color: 7515348.

HSL color Cylindrical-coordinate representation of color #D4AC72: hue angle of 35.51º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4AC72 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212172114-
CMYK00.190.460.17
HSL35.51º53.26%63.92%-
HSV(B)35.51º46.23%83.14%-
XYZ44.9444.7222.18-
YUV177.3592.25152.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=42.57%
G=34.54%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217211400.190.460.1735.5153.2663.92
HexD4AC720132E11243540
Octal32425416202356214465100
Binary11010100101011001110010010011101110100011001001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC72; }

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

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

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

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

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

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

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

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