#D9AA71

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

Shades of Putty #D9AA71

Tints of Putty #D9AA71

Color information

#D9AA71 (or 0xD9AA71) is unknown color: approx Putty. HEX triplet: D9, AA and 71. RGB value is (217,170,113). Sum of RGB (Red+Green+Blue) = 217+170+113=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA71 is #26558E. Grayscale: #B1B1B1. Windows color (decimal): -2512271 or 7449305. OLE color: 7449305.

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

Color convert

RGB217170113-
CMYK00.220.480.15
HSL32.88º57.78%64.71%-
HSV(B)32.88º47.93%85.1%-
XYZ45.9744.6921.83-
YUV177.5691.57156.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.4%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=43.4%
G=34%
B=22.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717011300.220.480.1532.8857.7864.71
HexD9AA7101630F213a41
Octal33125216102660174172101
Binary1101100110101010111000101011011000011111000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA71; }

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

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

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

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

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

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

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

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