#D9AB71

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

Shades of Putty #D9AB71

Tints of Putty #D9AB71

Color information

#D9AB71 (or 0xD9AB71) is unknown color: approx Putty. HEX triplet: D9, AB and 71. RGB value is (217,171,113). Sum of RGB (Red+Green+Blue) = 217+171+113=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB71 is #26548E. Grayscale: #B2B2B2. Windows color (decimal): -2512015 or 7449561. OLE color: 7449561.

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

Color convert

RGB217171113-
CMYK00.210.480.15
HSL33.46º57.78%64.71%-
HSV(B)33.46º47.93%85.1%-
XYZ46.1645.0721.89-
YUV178.1491.24155.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=43.31%
G=34.13%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717111300.210.480.1533.4657.7864.71
HexD9AB7101530F213a41
Octal33125316102560174172101
Binary1101100110101011111000101010111000011111000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB71; }

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

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

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

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

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

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

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

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