Shades of Putty #D9B373
Tints of Putty #D9B373
RGB
CMYK
RGB Variations
Color information
#D9B373 (or 0xD9B373) is known color: Putty. HEX triplet: D9, B3 and 73. RGB value is (217,179,115). Sum of RGB (Red+Green+Blue) = 217+179+115=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B373 is #264C8C. Grayscale: #B7B7B7. Windows color (decimal): -2509965 or 7582681. OLE color: 7582681.
HSL color Cylindrical-coordinate representation of color #D9B373: hue angle of 37.65º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9B373 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 115 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.15 |
| HSL | 37.65º | 0.57% | 0.65% | - |
| HSV(B) | 37.65º | 0.47% | 0.85% | - |
| XYZ | 47.83 | 48.23 | 23.01 | - |
| YUV | 183.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 115 | 0 | 0.18 | 0.47 | 0.15 | 37.65 | 0.57 | 0.65 |
| Hex | D9 | B3 | 73 | 0 | 12 | 2F | F | 26 | 39 | 41 |
| Octal | 331 | 263 | 163 | 0 | 22 | 57 | 17 | 46 | 71 | 101 |
| Binary | 11011001 | 10110011 | 1110011 | 0 | 10010 | 101111 | 1111 | 100110 | 111001 | 1000001 |
Color Harmonies of #D9B373
Complementary color
Monochromatic Colors of #D9B373
Black with #D9B373
Text Example
Text Example
White with #D9B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B373; }
p { color: rgb(217,179,115); }
H1.HeaderClassName
{
color: #D9B373;
}
.AnyTagClassName
{
color: #D9B373;
}
</style>
background-color css
<style>
a { background-color: #D9B373; }
a { background-color: rgb(217,179,115); }
div.DivClassName
{
background-color: #D9B373;
}
.BgClassName
{
background-color: #D9B373;
}
</style>
border-color css
<style>
span { border-color: #D9B373; }
span { border-color: rgb(217,179,115); }
td.TdClassName
{
border-color: #D9B373;
}
.TagClassName
{
border-color: #D9B373;
}
</style>