#D9AA72

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

Shades of Putty #D9AA72

Tints of Putty #D9AA72

Color information

#D9AA72 (or 0xD9AA72) is unknown color: approx Putty. HEX triplet: D9, AA and 72. RGB value is (217,170,114). Sum of RGB (Red+Green+Blue) = 217+170+114=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA72 is #26558D. Grayscale: #B1B1B1. Windows color (decimal): -2512270 or 7514841. OLE color: 7514841.

HSL color Cylindrical-coordinate representation of color #D9AA72: hue angle of 32.62º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9AA72 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217170114-
CMYK00.220.470.15
HSL32.62º57.54%64.9%-
HSV(B)32.62º47.47%85.1%-
XYZ46.0344.7222.12-
YUV177.6792.07156.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=43.31%
G=33.93%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717011400.220.470.1532.6257.5464.9
HexD9AA720162FF213a41
Octal33125216202657174172101
Binary1101100110101010111001001011010111111111000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA72; }

 p { color: rgb(217,170,114); }

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

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

 a { background-color: rgb(217,170,114); }

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

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

 span { border-color: rgb(217,170,114); }

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