Shades of Putty #D2B676
Tints of Putty #D2B676
RGB
CMYK
RGB Variations
Color information
#D2B676 (or 0xD2B676) is known color: Putty. HEX triplet: D2, B6 and 76. RGB value is (210,182,118). Sum of RGB (Red+Green+Blue) = 210+182+118=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B676 is #2D4989. Grayscale: #B7B7B7. Windows color (decimal): -2967946 or 7780050. OLE color: 7780050.
HSL color Cylindrical-coordinate representation of color #D2B676: hue angle of 41.74º 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 #D2B676 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 118 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.18 |
| HSL | 41.74º | 0.51% | 0.64% | - |
| HSV(B) | 41.74º | 0.44% | 0.82% | - |
| XYZ | 46.58 | 48.47 | 24.04 | - |
| YUV | 183.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 118 | 0 | 0.13 | 0.44 | 0.18 | 41.74 | 0.51 | 0.64 |
| Hex | D2 | B6 | 76 | 0 | D | 2C | 12 | 2A | 33 | 40 |
| Octal | 322 | 266 | 166 | 0 | 15 | 54 | 22 | 52 | 63 | 100 |
| Binary | 11010010 | 10110110 | 1110110 | 0 | 1101 | 101100 | 10010 | 101010 | 110011 | 1000000 |
Color Harmonies of #D2B676
Complementary color
Monochromatic Colors of #D2B676
Black with #D2B676
Text Example
Text Example
White with #D2B676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B676; }
p { color: rgb(210,182,118); }
H1.HeaderClassName
{
color: #D2B676;
}
.AnyTagClassName
{
color: #D2B676;
}
</style>
background-color css
<style>
a { background-color: #D2B676; }
a { background-color: rgb(210,182,118); }
div.DivClassName
{
background-color: #D2B676;
}
.BgClassName
{
background-color: #D2B676;
}
</style>
border-color css
<style>
span { border-color: #D2B676; }
span { border-color: rgb(210,182,118); }
td.TdClassName
{
border-color: #D2B676;
}
.TagClassName
{
border-color: #D2B676;
}
</style>