Shades of Putty #D9AD6E
Tints of Putty #D9AD6E
RGB
CMYK
RGB Variations
Color information
#D9AD6E (or 0xD9AD6E) is known color: Putty. HEX triplet: D9, AD and 6E. RGB value is (217,173,110). Sum of RGB (Red+Green+Blue) = 217+173+110=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD6E is #265291. Grayscale: #B3B3B3. Windows color (decimal): -2511506 or 7253465. OLE color: 7253465.
HSL color Cylindrical-coordinate representation of color #D9AD6E: hue angle of 35.33º 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 #D9AD6E is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 110 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.15 |
| HSL | 35.33º | 0.58% | 0.64% | - |
| HSV(B) | 35.33º | 0.49% | 0.85% | - |
| XYZ | 46.37 | 45.76 | 21.14 | - |
| YUV | 178.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 110 | 0 | 0.20 | 0.49 | 0.15 | 35.33 | 0.58 | 0.64 |
| Hex | D9 | AD | 6E | 0 | 14 | 31 | F | 23 | 3A | 40 |
| Octal | 331 | 255 | 156 | 0 | 24 | 61 | 17 | 43 | 72 | 100 |
| Binary | 11011001 | 10101101 | 1101110 | 0 | 10100 | 110001 | 1111 | 100011 | 111010 | 1000000 |
Color Harmonies of #D9AD6E
Complementary color
Monochromatic Colors of #D9AD6E
Black with #D9AD6E
Text Example
Text Example
White with #D9AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD6E; }
p { color: rgb(217,173,110); }
H1.HeaderClassName
{
color: #D9AD6E;
}
.AnyTagClassName
{
color: #D9AD6E;
}
</style>
background-color css
<style>
a { background-color: #D9AD6E; }
a { background-color: rgb(217,173,110); }
div.DivClassName
{
background-color: #D9AD6E;
}
.BgClassName
{
background-color: #D9AD6E;
}
</style>
border-color css
<style>
span { border-color: #D9AD6E; }
span { border-color: rgb(217,173,110); }
td.TdClassName
{
border-color: #D9AD6E;
}
.TagClassName
{
border-color: #D9AD6E;
}
</style>