#D9A871

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

Shades of Putty #D9A871

Tints of Putty #D9A871

Color information

#D9A871 (or 0xD9A871) is unknown color: approx Putty. HEX triplet: D9, A8 and 71. RGB value is (217,168,113). Sum of RGB (Red+Green+Blue) = 217+168+113=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A871 is #26578E. Grayscale: #B0B0B0. Windows color (decimal): -2512783 or 7448793. OLE color: 7448793.

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

Color convert

RGB217168113-
CMYK00.230.480.15
HSL31.73º57.78%64.71%-
HSV(B)31.73º47.93%85.1%-
XYZ45.643.9521.7-
YUV176.3892.23156.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=43.57%
G=33.73%
B=22.69%

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
Decimal21716811300.230.480.1531.7357.7864.71
HexD9A87101730F203a41
Octal33125016102760174072101
Binary1101100110101000111000101011111000011111000001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A871; }

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

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

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

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

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

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

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

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