#D9A971

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

Shades of Putty #D9A971

Tints of Putty #D9A971

Color information

#D9A971 (or 0xD9A971) is unknown color: approx Putty. HEX triplet: D9, A9 and 71. RGB value is (217,169,113). Sum of RGB (Red+Green+Blue) = 217+169+113=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A971 is #26568E. Grayscale: #B1B1B1. Windows color (decimal): -2512527 or 7449049. OLE color: 7449049.

HSL color Cylindrical-coordinate representation of color #D9A971: hue angle of 32.31º 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 #D9A971 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217169113-
CMYK00.220.480.15
HSL32.31º57.78%64.71%-
HSV(B)32.31º47.93%85.1%-
XYZ45.7844.3221.76-
YUV176.9791.9156.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.49%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=43.49%
G=33.87%
B=22.65%

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
Decimal21716911300.220.480.1532.3157.7864.71
HexD9A97101630F203a41
Octal33125116102660174072101
Binary1101100110101001111000101011011000011111000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A971; }

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

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

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

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

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

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

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

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