#D0B576

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

Shades of Putty #D0B576

Tints of Putty #D0B576

Color information

#D0B576 (or 0xD0B576) is unknown color: approx Putty. HEX triplet: D0, B5 and 76. RGB value is (208,181,118). Sum of RGB (Red+Green+Blue) = 208+181+118=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B576 is #2F4A89. Grayscale: #B6B6B6. Windows color (decimal): -3099274 or 7779792. OLE color: 7779792.

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

Color convert

RGB208181118-
CMYK00.130.430.18
HSL42º48.91%63.92%-
HSV(B)42º43.27%81.57%-
XYZ45.8147.7723.94-
YUV181.8991.95146.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=41.03%
G=35.70%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818111800.130.430.184248.9163.92
HexD0B5760D2B122a3140
Octal32026516601553225261100
Binary1101000010110101111011001101101011100101010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B576; }

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

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

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

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

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

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

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

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