Shades of Putty #D9AF76
Tints of Putty #D9AF76
RGB
CMYK
RGB Variations
Color information
#D9AF76 (or 0xD9AF76) is known color: Putty. HEX triplet: D9, AF and 76. RGB value is (217,175,118). Sum of RGB (Red+Green+Blue) = 217+175+118=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF76 is #265089. Grayscale: #B5B5B5. Windows color (decimal): -2510986 or 7778265. OLE color: 7778265.
HSL color Cylindrical-coordinate representation of color #D9AF76: hue angle of 34.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9AF76 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 118 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.15 |
| HSL | 34.55º | 0.57% | 0.66% | - |
| HSV(B) | 34.55º | 0.46% | 0.85% | - |
| XYZ | 47.22 | 46.72 | 23.67 | - |
| YUV | 181.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 118 | 0 | 0.19 | 0.46 | 0.15 | 34.55 | 0.57 | 0.66 |
| Hex | D9 | AF | 76 | 0 | 13 | 2E | F | 23 | 39 | 42 |
| Octal | 331 | 257 | 166 | 0 | 23 | 56 | 17 | 43 | 71 | 102 |
| Binary | 11011001 | 10101111 | 1110110 | 0 | 10011 | 101110 | 1111 | 100011 | 111001 | 1000010 |
Color Harmonies of #D9AF76
Complementary color
Monochromatic Colors of #D9AF76
Black with #D9AF76
Text Example
Text Example
White with #D9AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF76; }
p { color: rgb(217,175,118); }
H1.HeaderClassName
{
color: #D9AF76;
}
.AnyTagClassName
{
color: #D9AF76;
}
</style>
background-color css
<style>
a { background-color: #D9AF76; }
a { background-color: rgb(217,175,118); }
div.DivClassName
{
background-color: #D9AF76;
}
.BgClassName
{
background-color: #D9AF76;
}
</style>
border-color css
<style>
span { border-color: #D9AF76; }
span { border-color: rgb(217,175,118); }
td.TdClassName
{
border-color: #D9AF76;
}
.TagClassName
{
border-color: #D9AF76;
}
</style>