#D4AD72

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

Shades of Putty #D4AD72

Tints of Putty #D4AD72

Color information

#D4AD72 (or 0xD4AD72) is unknown color: approx Putty. HEX triplet: D4, AD and 72. RGB value is (212,173,114). Sum of RGB (Red+Green+Blue) = 212+173+114=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AD72 is #2B528D. Grayscale: #B2B2B2. Windows color (decimal): -2839182 or 7515604. OLE color: 7515604.

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

Color convert

RGB212173114-
CMYK00.180.460.17
HSL36.12º53.26%63.92%-
HSV(B)36.12º46.23%83.14%-
XYZ45.1345.122.25-
YUV177.9491.92152.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.48%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=42.48%
G=34.67%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217311400.180.460.1736.1253.2663.92
HexD4AD720122E11243540
Octal32425516202256214465100
Binary11010100101011011110010010010101110100011001001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AD72; }

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

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

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

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

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

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

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

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