Shades of Putty #D9AA6E
Tints of Putty #D9AA6E
RGB
CMYK
RGB Variations
Color information
#D9AA6E (or 0xD9AA6E) is known color: Putty. HEX triplet: D9, AA and 6E. RGB value is (217,170,110). Sum of RGB (Red+Green+Blue) = 217+170+110=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA6E is #265591. Grayscale: #B1B1B1. Windows color (decimal): -2512274 or 7252697. OLE color: 7252697.
HSL color Cylindrical-coordinate representation of color #D9AA6E: hue angle of 33.64º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9AA6E is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 110 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.15 |
| HSL | 33.64º | 0.58% | 0.64% | - |
| HSV(B) | 33.64º | 0.49% | 0.85% | - |
| XYZ | 45.8 | 44.63 | 20.95 | - |
| YUV | 177.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 110 | 0 | 0.22 | 0.49 | 0.15 | 33.64 | 0.58 | 0.64 |
| Hex | D9 | AA | 6E | 0 | 16 | 31 | F | 22 | 3A | 40 |
| Octal | 331 | 252 | 156 | 0 | 26 | 61 | 17 | 42 | 72 | 100 |
| Binary | 11011001 | 10101010 | 1101110 | 0 | 10110 | 110001 | 1111 | 100010 | 111010 | 1000000 |
Color Harmonies of #D9AA6E
Complementary color
Monochromatic Colors of #D9AA6E
Black with #D9AA6E
Text Example
Text Example
White with #D9AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AA6E; }
p { color: rgb(217,170,110); }
H1.HeaderClassName
{
color: #D9AA6E;
}
.AnyTagClassName
{
color: #D9AA6E;
}
</style>
background-color css
<style>
a { background-color: #D9AA6E; }
a { background-color: rgb(217,170,110); }
div.DivClassName
{
background-color: #D9AA6E;
}
.BgClassName
{
background-color: #D9AA6E;
}
</style>
border-color css
<style>
span { border-color: #D9AA6E; }
span { border-color: rgb(217,170,110); }
td.TdClassName
{
border-color: #D9AA6E;
}
.TagClassName
{
border-color: #D9AA6E;
}
</style>