Shades of Putty #D3B976
Tints of Putty #D3B976
RGB
CMYK
RGB Variations
Color information
#D3B976 (or 0xD3B976) is known color: Putty. HEX triplet: D3, B9 and 76. RGB value is (211,185,118). Sum of RGB (Red+Green+Blue) = 211+185+118=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B976 is #2C4689. Grayscale: #B9B9B9. Windows color (decimal): -2901642 or 7780819. OLE color: 7780819.
HSL color Cylindrical-coordinate representation of color #D3B976: hue angle of 43.23º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3B976 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 185 | 118 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.17 |
| HSL | 43.23º | 0.51% | 0.65% | - |
| HSV(B) | 43.23º | 0.44% | 0.83% | - |
| XYZ | 47.48 | 49.85 | 24.26 | - |
| YUV | 185.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 185 | 118 | 0 | 0.12 | 0.44 | 0.17 | 43.23 | 0.51 | 0.65 |
| Hex | D3 | B9 | 76 | 0 | C | 2C | 11 | 2B | 33 | 41 |
| Octal | 323 | 271 | 166 | 0 | 14 | 54 | 21 | 53 | 63 | 101 |
| Binary | 11010011 | 10111001 | 1110110 | 0 | 1100 | 101100 | 10001 | 101011 | 110011 | 1000001 |
Color Harmonies of #D3B976
Complementary color
Monochromatic Colors of #D3B976
Black with #D3B976
Text Example
Text Example
White with #D3B976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B976; }
p { color: rgb(211,185,118); }
H1.HeaderClassName
{
color: #D3B976;
}
.AnyTagClassName
{
color: #D3B976;
}
</style>
background-color css
<style>
a { background-color: #D3B976; }
a { background-color: rgb(211,185,118); }
div.DivClassName
{
background-color: #D3B976;
}
.BgClassName
{
background-color: #D3B976;
}
</style>
border-color css
<style>
span { border-color: #D3B976; }
span { border-color: rgb(211,185,118); }
td.TdClassName
{
border-color: #D3B976;
}
.TagClassName
{
border-color: #D3B976;
}
</style>