Shades of Putty #D6AD6F
Tints of Putty #D6AD6F
RGB
CMYK
RGB Variations
Color information
#D6AD6F (or 0xD6AD6F) is known color: Putty. HEX triplet: D6, AD and 6F. RGB value is (214,173,111). Sum of RGB (Red+Green+Blue) = 214+173+111=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD6F is #295290. Grayscale: #B2B2B2. Windows color (decimal): -2708113 or 7318998. OLE color: 7318998.
HSL color Cylindrical-coordinate representation of color #D6AD6F: hue angle of 36.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6AD6F is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 111 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.16 |
| HSL | 36.12º | 0.56% | 0.64% | - |
| HSV(B) | 36.12º | 0.48% | 0.84% | - |
| XYZ | 45.54 | 45.33 | 21.39 | - |
| YUV | 178.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 111 | 0 | 0.19 | 0.48 | 0.16 | 36.12 | 0.56 | 0.64 |
| Hex | D6 | AD | 6F | 0 | 13 | 30 | 10 | 24 | 38 | 40 |
| Octal | 326 | 255 | 157 | 0 | 23 | 60 | 20 | 44 | 70 | 100 |
| Binary | 11010110 | 10101101 | 1101111 | 0 | 10011 | 110000 | 10000 | 100100 | 111000 | 1000000 |
Color Harmonies of #D6AD6F
Complementary color
Monochromatic Colors of #D6AD6F
Black with #D6AD6F
Text Example
Text Example
White with #D6AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD6F; }
p { color: rgb(214,173,111); }
H1.HeaderClassName
{
color: #D6AD6F;
}
.AnyTagClassName
{
color: #D6AD6F;
}
</style>
background-color css
<style>
a { background-color: #D6AD6F; }
a { background-color: rgb(214,173,111); }
div.DivClassName
{
background-color: #D6AD6F;
}
.BgClassName
{
background-color: #D6AD6F;
}
</style>
border-color css
<style>
span { border-color: #D6AD6F; }
span { border-color: rgb(214,173,111); }
td.TdClassName
{
border-color: #D6AD6F;
}
.TagClassName
{
border-color: #D6AD6F;
}
</style>