Shades of Putty #D2B973
Tints of Putty #D2B973
RGB
CMYK
RGB Variations
Color information
#D2B973 (or 0xD2B973) is known color: Putty. HEX triplet: D2, B9 and 73. RGB value is (210,185,115). Sum of RGB (Red+Green+Blue) = 210+185+115=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B973 is #2D468C. Grayscale: #B8B8B8. Windows color (decimal): -2967181 or 7584210. OLE color: 7584210.
HSL color Cylindrical-coordinate representation of color #D2B973: hue angle of 44.21º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2B973 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 115 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.18 |
| HSL | 44.21º | 0.51% | 0.64% | - |
| HSV(B) | 44.21º | 0.45% | 0.82% | - |
| XYZ | 47.02 | 49.64 | 23.32 | - |
| YUV | 184.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 115 | 0 | 0.12 | 0.45 | 0.18 | 44.21 | 0.51 | 0.64 |
| Hex | D2 | B9 | 73 | 0 | C | 2D | 12 | 2C | 33 | 40 |
| Octal | 322 | 271 | 163 | 0 | 14 | 55 | 22 | 54 | 63 | 100 |
| Binary | 11010010 | 10111001 | 1110011 | 0 | 1100 | 101101 | 10010 | 101100 | 110011 | 1000000 |
Color Harmonies of #D2B973
Complementary color
Monochromatic Colors of #D2B973
Black with #D2B973
Text Example
Text Example
White with #D2B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B973; }
p { color: rgb(210,185,115); }
H1.HeaderClassName
{
color: #D2B973;
}
.AnyTagClassName
{
color: #D2B973;
}
</style>
background-color css
<style>
a { background-color: #D2B973; }
a { background-color: rgb(210,185,115); }
div.DivClassName
{
background-color: #D2B973;
}
.BgClassName
{
background-color: #D2B973;
}
</style>
border-color css
<style>
span { border-color: #D2B973; }
span { border-color: rgb(210,185,115); }
td.TdClassName
{
border-color: #D2B973;
}
.TagClassName
{
border-color: #D2B973;
}
</style>