Shades of Putty #D9AF72
Tints of Putty #D9AF72
RGB
CMYK
RGB Variations
Color information
#D9AF72 (or 0xD9AF72) is known color: Putty. HEX triplet: D9, AF and 72. RGB value is (217,175,114). Sum of RGB (Red+Green+Blue) = 217+175+114=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF72 is #26508D. Grayscale: #B4B4B4. Windows color (decimal): -2510990 or 7516121. OLE color: 7516121.
HSL color Cylindrical-coordinate representation of color #D9AF72: hue angle of 35.53º degrees, saturation: 0.58, 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 #D9AF72 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 114 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.15 |
| HSL | 35.53º | 0.58% | 0.65% | - |
| HSV(B) | 35.53º | 0.47% | 0.85% | - |
| XYZ | 46.98 | 46.63 | 22.44 | - |
| YUV | 180.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 114 | 0 | 0.19 | 0.47 | 0.15 | 35.53 | 0.58 | 0.65 |
| Hex | D9 | AF | 72 | 0 | 13 | 2F | F | 24 | 3A | 41 |
| Octal | 331 | 257 | 162 | 0 | 23 | 57 | 17 | 44 | 72 | 101 |
| Binary | 11011001 | 10101111 | 1110010 | 0 | 10011 | 101111 | 1111 | 100100 | 111010 | 1000001 |
Color Harmonies of #D9AF72
Complementary color
Monochromatic Colors of #D9AF72
Black with #D9AF72
Text Example
Text Example
White with #D9AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF72; }
p { color: rgb(217,175,114); }
H1.HeaderClassName
{
color: #D9AF72;
}
.AnyTagClassName
{
color: #D9AF72;
}
</style>
background-color css
<style>
a { background-color: #D9AF72; }
a { background-color: rgb(217,175,114); }
div.DivClassName
{
background-color: #D9AF72;
}
.BgClassName
{
background-color: #D9AF72;
}
</style>
border-color css
<style>
span { border-color: #D9AF72; }
span { border-color: rgb(217,175,114); }
td.TdClassName
{
border-color: #D9AF72;
}
.TagClassName
{
border-color: #D9AF72;
}
</style>