Shades of Putty #D9A66F
Tints of Putty #D9A66F
RGB
CMYK
RGB Variations
Color information
#D9A66F (or 0xD9A66F) is known color: Putty. HEX triplet: D9, A6 and 6F. RGB value is (217,166,111). Sum of RGB (Red+Green+Blue) = 217+166+111=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A66F is #265990. Grayscale: #AFAFAF. Windows color (decimal): -2513297 or 7317209. OLE color: 7317209.
HSL color Cylindrical-coordinate representation of color #D9A66F: hue angle of 31.13º 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 #D9A66F is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 111 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.15 |
| HSL | 31.13º | 0.58% | 0.64% | - |
| HSV(B) | 31.13º | 0.49% | 0.85% | - |
| XYZ | 45.12 | 43.17 | 20.99 | - |
| YUV | 174.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 111 | 0 | 0.24 | 0.49 | 0.15 | 31.13 | 0.58 | 0.64 |
| Hex | D9 | A6 | 6F | 0 | 18 | 31 | F | 1F | 3A | 40 |
| Octal | 331 | 246 | 157 | 0 | 30 | 61 | 17 | 37 | 72 | 100 |
| Binary | 11011001 | 10100110 | 1101111 | 0 | 11000 | 110001 | 1111 | 11111 | 111010 | 1000000 |
Color Harmonies of #D9A66F
Complementary color
Monochromatic Colors of #D9A66F
Black with #D9A66F
Text Example
Text Example
White with #D9A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A66F; }
p { color: rgb(217,166,111); }
H1.HeaderClassName
{
color: #D9A66F;
}
.AnyTagClassName
{
color: #D9A66F;
}
</style>
background-color css
<style>
a { background-color: #D9A66F; }
a { background-color: rgb(217,166,111); }
div.DivClassName
{
background-color: #D9A66F;
}
.BgClassName
{
background-color: #D9A66F;
}
</style>
border-color css
<style>
span { border-color: #D9A66F; }
span { border-color: rgb(217,166,111); }
td.TdClassName
{
border-color: #D9A66F;
}
.TagClassName
{
border-color: #D9A66F;
}
</style>