Shades of Putty #D6AD6E
Tints of Putty #D6AD6E
RGB
CMYK
RGB Variations
Color information
#D6AD6E (or 0xD6AD6E) is known color: Putty. HEX triplet: D6, AD and 6E. RGB value is (214,173,110). Sum of RGB (Red+Green+Blue) = 214+173+110=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD6E is #295291. Grayscale: #B2B2B2. Windows color (decimal): -2708114 or 7253462. OLE color: 7253462.
HSL color Cylindrical-coordinate representation of color #D6AD6E: hue angle of 36.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6AD6E is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 110 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.16 |
| HSL | 36.35º | 0.56% | 0.64% | - |
| HSV(B) | 36.35º | 0.49% | 0.84% | - |
| XYZ | 45.49 | 45.31 | 21.1 | - |
| YUV | 178.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 110 | 0 | 0.19 | 0.49 | 0.16 | 36.35 | 0.56 | 0.64 |
| Hex | D6 | AD | 6E | 0 | 13 | 31 | 10 | 24 | 38 | 40 |
| Octal | 326 | 255 | 156 | 0 | 23 | 61 | 20 | 44 | 70 | 100 |
| Binary | 11010110 | 10101101 | 1101110 | 0 | 10011 | 110001 | 10000 | 100100 | 111000 | 1000000 |
Color Harmonies of #D6AD6E
Complementary color
Monochromatic Colors of #D6AD6E
Black with #D6AD6E
Text Example
Text Example
White with #D6AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD6E; }
p { color: rgb(214,173,110); }
H1.HeaderClassName
{
color: #D6AD6E;
}
.AnyTagClassName
{
color: #D6AD6E;
}
</style>
background-color css
<style>
a { background-color: #D6AD6E; }
a { background-color: rgb(214,173,110); }
div.DivClassName
{
background-color: #D6AD6E;
}
.BgClassName
{
background-color: #D6AD6E;
}
</style>
border-color css
<style>
span { border-color: #D6AD6E; }
span { border-color: rgb(214,173,110); }
td.TdClassName
{
border-color: #D6AD6E;
}
.TagClassName
{
border-color: #D6AD6E;
}
</style>