Shades of Putty #D9B375
Tints of Putty #D9B375
RGB
CMYK
RGB Variations
Color information
#D9B375 (or 0xD9B375) is known color: Putty. HEX triplet: D9, B3 and 75. RGB value is (217,179,117). Sum of RGB (Red+Green+Blue) = 217+179+117=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B375 is #264C8A. Grayscale: #B7B7B7. Windows color (decimal): -2509963 or 7713753. OLE color: 7713753.
HSL color Cylindrical-coordinate representation of color #D9B375: hue angle of 37.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9B375 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 117 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.15 |
| HSL | 37.2º | 0.57% | 0.65% | - |
| HSV(B) | 37.2º | 0.46% | 0.85% | - |
| XYZ | 47.95 | 48.28 | 23.62 | - |
| YUV | 183.29 | 90.59 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 117 | 0 | 0.18 | 0.46 | 0.15 | 37.2 | 0.57 | 0.65 |
| Hex | D9 | B3 | 75 | 0 | 12 | 2E | F | 25 | 39 | 41 |
| Octal | 331 | 263 | 165 | 0 | 22 | 56 | 17 | 45 | 71 | 101 |
| Binary | 11011001 | 10110011 | 1110101 | 0 | 10010 | 101110 | 1111 | 100101 | 111001 | 1000001 |
Color Harmonies of #D9B375
Complementary color
Monochromatic Colors of #D9B375
Black with #D9B375
Text Example
Text Example
White with #D9B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B375; }
p { color: rgb(217,179,117); }
H1.HeaderClassName
{
color: #D9B375;
}
.AnyTagClassName
{
color: #D9B375;
}
</style>
background-color css
<style>
a { background-color: #D9B375; }
a { background-color: rgb(217,179,117); }
div.DivClassName
{
background-color: #D9B375;
}
.BgClassName
{
background-color: #D9B375;
}
</style>
border-color css
<style>
span { border-color: #D9B375; }
span { border-color: rgb(217,179,117); }
td.TdClassName
{
border-color: #D9B375;
}
.TagClassName
{
border-color: #D9B375;
}
</style>