Shades of Putty #D0B373
Tints of Putty #D0B373
RGB
CMYK
RGB Variations
Color information
#D0B373 (or 0xD0B373) is known color: Putty. HEX triplet: D0, B3 and 73. RGB value is (208,179,115). Sum of RGB (Red+Green+Blue) = 208+179+115=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B373 is #2F4C8C. Grayscale: #B4B4B4. Windows color (decimal): -3099789 or 7582672. OLE color: 7582672.
HSL color Cylindrical-coordinate representation of color #D0B373: hue angle of 41.29º 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 #D0B373 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 115 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.18 |
| HSL | 41.29º | 0.5% | 0.63% | - |
| HSV(B) | 41.29º | 0.45% | 0.82% | - |
| XYZ | 45.23 | 46.89 | 22.89 | - |
| YUV | 180.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 115 | 0 | 0.14 | 0.45 | 0.18 | 41.29 | 0.5 | 0.63 |
| Hex | D0 | B3 | 73 | 0 | E | 2D | 12 | 29 | 32 | 3F |
| Octal | 320 | 263 | 163 | 0 | 16 | 55 | 22 | 51 | 62 | 77 |
| Binary | 11010000 | 10110011 | 1110011 | 0 | 1110 | 101101 | 10010 | 101001 | 110010 | 111111 |
Color Harmonies of #D0B373
Complementary color
Monochromatic Colors of #D0B373
Black with #D0B373
Text Example
Text Example
White with #D0B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B373; }
p { color: rgb(208,179,115); }
H1.HeaderClassName
{
color: #D0B373;
}
.AnyTagClassName
{
color: #D0B373;
}
</style>
background-color css
<style>
a { background-color: #D0B373; }
a { background-color: rgb(208,179,115); }
div.DivClassName
{
background-color: #D0B373;
}
.BgClassName
{
background-color: #D0B373;
}
</style>
border-color css
<style>
span { border-color: #D0B373; }
span { border-color: rgb(208,179,115); }
td.TdClassName
{
border-color: #D0B373;
}
.TagClassName
{
border-color: #D0B373;
}
</style>