#D1B576

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

Shades of Putty #D1B576

Tints of Putty #D1B576

Color information

#D1B576 (or 0xD1B576) is unknown color: approx Putty. HEX triplet: D1, B5 and 76. RGB value is (209,181,118). Sum of RGB (Red+Green+Blue) = 209+181+118=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B576 is #2E4A89. Grayscale: #B6B6B6. Windows color (decimal): -3033738 or 7779793. OLE color: 7779793.

HSL color Cylindrical-coordinate representation of color #D1B576: hue angle of 41.54º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1B576 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209181118-
CMYK00.130.440.18
HSL41.54º49.73%64.12%-
HSV(B)41.54º43.54%81.96%-
XYZ46.0947.9123.96-
YUV182.1991.78147.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=41.14%
G=35.63%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918111800.130.440.1841.5449.7364.12
HexD1B5760D2C122a3240
Octal32126516601554225262100
Binary1101000110110101111011001101101100100101010101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B576; }

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

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

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

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

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

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

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

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