Shades of Putty #D9AF6D
Tints of Putty #D9AF6D
RGB
CMYK
RGB Variations
Color information
#D9AF6D (or 0xD9AF6D) is known color: Putty. HEX triplet: D9, AF and 6D. RGB value is (217,175,109). Sum of RGB (Red+Green+Blue) = 217+175+109=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF6D is #265092. Grayscale: #B4B4B4. Windows color (decimal): -2510995 or 7188441. OLE color: 7188441.
HSL color Cylindrical-coordinate representation of color #D9AF6D: hue angle of 36.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9AF6D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 109 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.15 |
| HSL | 36.67º | 0.59% | 0.64% | - |
| HSV(B) | 36.67º | 0.5% | 0.85% | - |
| XYZ | 46.71 | 46.52 | 20.98 | - |
| YUV | 180.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 109 | 0 | 0.19 | 0.50 | 0.15 | 36.67 | 0.59 | 0.64 |
| Hex | D9 | AF | 6D | 0 | 13 | 32 | F | 25 | 3B | 40 |
| Octal | 331 | 257 | 155 | 0 | 23 | 62 | 17 | 45 | 73 | 100 |
| Binary | 11011001 | 10101111 | 1101101 | 0 | 10011 | 110010 | 1111 | 100101 | 111011 | 1000000 |
Color Harmonies of #D9AF6D
Complementary color
Monochromatic Colors of #D9AF6D
Black with #D9AF6D
Text Example
Text Example
White with #D9AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF6D; }
p { color: rgb(217,175,109); }
H1.HeaderClassName
{
color: #D9AF6D;
}
.AnyTagClassName
{
color: #D9AF6D;
}
</style>
background-color css
<style>
a { background-color: #D9AF6D; }
a { background-color: rgb(217,175,109); }
div.DivClassName
{
background-color: #D9AF6D;
}
.BgClassName
{
background-color: #D9AF6D;
}
</style>
border-color css
<style>
span { border-color: #D9AF6D; }
span { border-color: rgb(217,175,109); }
td.TdClassName
{
border-color: #D9AF6D;
}
.TagClassName
{
border-color: #D9AF6D;
}
</style>