Shades of Putty #D6AF72
Tints of Putty #D6AF72
RGB
CMYK
RGB Variations
Color information
#D6AF72 (or 0xD6AF72) is known color: Putty. HEX triplet: D6, AF and 72. RGB value is (214,175,114). Sum of RGB (Red+Green+Blue) = 214+175+114=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF72 is #29508D. Grayscale: #B3B3B3. Windows color (decimal): -2707598 or 7516118. OLE color: 7516118.
HSL color Cylindrical-coordinate representation of color #D6AF72: hue angle of 36.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6AF72 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 114 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.16 |
| HSL | 36.6º | 0.55% | 0.64% | - |
| HSV(B) | 36.6º | 0.47% | 0.84% | - |
| XYZ | 46.1 | 46.17 | 22.4 | - |
| YUV | 179.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 114 | 0 | 0.18 | 0.47 | 0.16 | 36.6 | 0.55 | 0.64 |
| Hex | D6 | AF | 72 | 0 | 12 | 2F | 10 | 25 | 37 | 40 |
| Octal | 326 | 257 | 162 | 0 | 22 | 57 | 20 | 45 | 67 | 100 |
| Binary | 11010110 | 10101111 | 1110010 | 0 | 10010 | 101111 | 10000 | 100101 | 110111 | 1000000 |
Color Harmonies of #D6AF72
Complementary color
Monochromatic Colors of #D6AF72
Black with #D6AF72
Text Example
Text Example
White with #D6AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF72; }
p { color: rgb(214,175,114); }
H1.HeaderClassName
{
color: #D6AF72;
}
.AnyTagClassName
{
color: #D6AF72;
}
</style>
background-color css
<style>
a { background-color: #D6AF72; }
a { background-color: rgb(214,175,114); }
div.DivClassName
{
background-color: #D6AF72;
}
.BgClassName
{
background-color: #D6AF72;
}
</style>
border-color css
<style>
span { border-color: #D6AF72; }
span { border-color: rgb(214,175,114); }
td.TdClassName
{
border-color: #D6AF72;
}
.TagClassName
{
border-color: #D6AF72;
}
</style>