Shades of Putty #D6AA6E
Tints of Putty #D6AA6E
RGB
CMYK
RGB Variations
Color information
#D6AA6E (or 0xD6AA6E) is known color: Putty. HEX triplet: D6, AA and 6E. RGB value is (214,170,110). Sum of RGB (Red+Green+Blue) = 214+170+110=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA6E is #295591. Grayscale: #B0B0B0. Windows color (decimal): -2708882 or 7252694. OLE color: 7252694.
HSL color Cylindrical-coordinate representation of color #D6AA6E: hue angle of 34.62º 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 #D6AA6E is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 110 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.16 |
| HSL | 34.62º | 0.56% | 0.64% | - |
| HSV(B) | 34.62º | 0.49% | 0.84% | - |
| XYZ | 44.92 | 44.17 | 20.91 | - |
| YUV | 176.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 110 | 0 | 0.21 | 0.49 | 0.16 | 34.62 | 0.56 | 0.64 |
| Hex | D6 | AA | 6E | 0 | 15 | 31 | 10 | 23 | 38 | 40 |
| Octal | 326 | 252 | 156 | 0 | 25 | 61 | 20 | 43 | 70 | 100 |
| Binary | 11010110 | 10101010 | 1101110 | 0 | 10101 | 110001 | 10000 | 100011 | 111000 | 1000000 |
Color Harmonies of #D6AA6E
Complementary color
Monochromatic Colors of #D6AA6E
Black with #D6AA6E
Text Example
Text Example
White with #D6AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA6E; }
p { color: rgb(214,170,110); }
H1.HeaderClassName
{
color: #D6AA6E;
}
.AnyTagClassName
{
color: #D6AA6E;
}
</style>
background-color css
<style>
a { background-color: #D6AA6E; }
a { background-color: rgb(214,170,110); }
div.DivClassName
{
background-color: #D6AA6E;
}
.BgClassName
{
background-color: #D6AA6E;
}
</style>
border-color css
<style>
span { border-color: #D6AA6E; }
span { border-color: rgb(214,170,110); }
td.TdClassName
{
border-color: #D6AA6E;
}
.TagClassName
{
border-color: #D6AA6E;
}
</style>