Shades of Putty #D0B972
Tints of Putty #D0B972
RGB
CMYK
RGB Variations
Color information
#D0B972 (or 0xD0B972) is known color: Putty. HEX triplet: D0, B9 and 72. RGB value is (208,185,114). Sum of RGB (Red+Green+Blue) = 208+185+114=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B972 is #2F468D. Grayscale: #B8B8B8. Windows color (decimal): -3098254 or 7518672. OLE color: 7518672.
HSL color Cylindrical-coordinate representation of color #D0B972: hue angle of 45.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0B972 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 114 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.18 |
| HSL | 45.32º | 0.5% | 0.63% | - |
| HSV(B) | 45.32º | 0.45% | 0.82% | - |
| XYZ | 46.4 | 49.32 | 22.99 | - |
| YUV | 183.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 114 | 0 | 0.11 | 0.45 | 0.18 | 45.32 | 0.5 | 0.63 |
| Hex | D0 | B9 | 72 | 0 | B | 2D | 12 | 2D | 32 | 3F |
| Octal | 320 | 271 | 162 | 0 | 13 | 55 | 22 | 55 | 62 | 77 |
| Binary | 11010000 | 10111001 | 1110010 | 0 | 1011 | 101101 | 10010 | 101101 | 110010 | 111111 |
Color Harmonies of #D0B972
Complementary color
Monochromatic Colors of #D0B972
Black with #D0B972
Text Example
Text Example
White with #D0B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B972; }
p { color: rgb(208,185,114); }
H1.HeaderClassName
{
color: #D0B972;
}
.AnyTagClassName
{
color: #D0B972;
}
</style>
background-color css
<style>
a { background-color: #D0B972; }
a { background-color: rgb(208,185,114); }
div.DivClassName
{
background-color: #D0B972;
}
.BgClassName
{
background-color: #D0B972;
}
</style>
border-color css
<style>
span { border-color: #D0B972; }
span { border-color: rgb(208,185,114); }
td.TdClassName
{
border-color: #D0B972;
}
.TagClassName
{
border-color: #D0B972;
}
</style>