#D9A771

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

Shades of Putty #D9A771

Tints of Putty #D9A771

Color information

#D9A771 (or 0xD9A771) is unknown color: approx Putty. HEX triplet: D9, A7 and 71. RGB value is (217,167,113). Sum of RGB (Red+Green+Blue) = 217+167+113=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A771 is #26588E. Grayscale: #B0B0B0. Windows color (decimal): -2513039 or 7448537. OLE color: 7448537.

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

Color convert

RGB217167113-
CMYK00.230.480.15
HSL31.15º57.78%64.71%-
HSV(B)31.15º47.93%85.1%-
XYZ45.4143.5821.64-
YUV175.7992.56157.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=43.66%
G=33.60%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716711300.230.480.1531.1557.7864.71
HexD9A77101730F1f3a41
Octal33124716102760173772101
Binary110110011010011111100010101111100001111111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A771; }

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

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

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

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

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

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

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

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