Shades of Putty #D2B076
Tints of Putty #D2B076
RGB
CMYK
RGB Variations
Color information
#D2B076 (or 0xD2B076) is known color: Putty. HEX triplet: D2, B0 and 76. RGB value is (210,176,118). Sum of RGB (Red+Green+Blue) = 210+176+118=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B076 is #2D4F89. Grayscale: #B3B3B3. Windows color (decimal): -2969482 or 7778514. OLE color: 7778514.
HSL color Cylindrical-coordinate representation of color #D2B076: hue angle of 37.83º degrees, saturation: 0.51, 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 #D2B076 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 118 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.18 |
| HSL | 37.83º | 0.51% | 0.64% | - |
| HSV(B) | 37.83º | 0.44% | 0.82% | - |
| XYZ | 45.37 | 46.06 | 23.64 | - |
| YUV | 179.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 118 | 0 | 0.16 | 0.44 | 0.18 | 37.83 | 0.51 | 0.64 |
| Hex | D2 | B0 | 76 | 0 | 10 | 2C | 12 | 26 | 33 | 40 |
| Octal | 322 | 260 | 166 | 0 | 20 | 54 | 22 | 46 | 63 | 100 |
| Binary | 11010010 | 10110000 | 1110110 | 0 | 10000 | 101100 | 10010 | 100110 | 110011 | 1000000 |
Color Harmonies of #D2B076
Complementary color
Monochromatic Colors of #D2B076
Black with #D2B076
Text Example
Text Example
White with #D2B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B076; }
p { color: rgb(210,176,118); }
H1.HeaderClassName
{
color: #D2B076;
}
.AnyTagClassName
{
color: #D2B076;
}
</style>
background-color css
<style>
a { background-color: #D2B076; }
a { background-color: rgb(210,176,118); }
div.DivClassName
{
background-color: #D2B076;
}
.BgClassName
{
background-color: #D2B076;
}
</style>
border-color css
<style>
span { border-color: #D2B076; }
span { border-color: rgb(210,176,118); }
td.TdClassName
{
border-color: #D2B076;
}
.TagClassName
{
border-color: #D2B076;
}
</style>