#D9B576

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

Shades of Putty #D9B576

Tints of Putty #D9B576

Color information

#D9B576 (or 0xD9B576) is unknown color: approx Putty. HEX triplet: D9, B5 and 76. RGB value is (217,181,118). Sum of RGB (Red+Green+Blue) = 217+181+118=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B576 is #264A89. Grayscale: #B8B8B8. Windows color (decimal): -2509450 or 7779801. OLE color: 7779801.

HSL color Cylindrical-coordinate representation of color #D9B576: hue angle of 38.18º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9B576 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB217181118-
CMYK00.170.460.15
HSL38.18º56.57%65.69%-
HSV(B)38.18º45.62%85.1%-
XYZ48.4149.1124.07-
YUV184.5890.43151.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.05%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 118 (46.48% from 255) = 22.87%
R=42.05%
G=35.08%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718111800.170.460.1538.1856.5765.69
HexD9B5760112EF263942
Octal33126516602156174671102
Binary1101100110110101111011001000110111011111001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B576; }

 p { color: rgb(217,181,118); }

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

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

 a { background-color: rgb(217,181,118); }

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

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

 span { border-color: rgb(217,181,118); }

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