Shades of Putty #D6AE6E
Tints of Putty #D6AE6E
RGB
CMYK
RGB Variations
Color information
#D6AE6E (or 0xD6AE6E) is known color: Putty. HEX triplet: D6, AE and 6E. RGB value is (214,174,110). Sum of RGB (Red+Green+Blue) = 214+174+110=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE6E is #295191. Grayscale: #B2B2B2. Windows color (decimal): -2707858 or 7253718. OLE color: 7253718.
HSL color Cylindrical-coordinate representation of color #D6AE6E: hue angle of 36.92º 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 #D6AE6E is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 174 | 110 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.16 |
| HSL | 36.92º | 0.56% | 0.64% | - |
| HSV(B) | 36.92º | 0.49% | 0.84% | - |
| XYZ | 45.68 | 45.69 | 21.16 | - |
| YUV | 178.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 174 | 110 | 0 | 0.19 | 0.49 | 0.16 | 36.92 | 0.56 | 0.64 |
| Hex | D6 | AE | 6E | 0 | 13 | 31 | 10 | 25 | 38 | 40 |
| Octal | 326 | 256 | 156 | 0 | 23 | 61 | 20 | 45 | 70 | 100 |
| Binary | 11010110 | 10101110 | 1101110 | 0 | 10011 | 110001 | 10000 | 100101 | 111000 | 1000000 |
Color Harmonies of #D6AE6E
Complementary color
Monochromatic Colors of #D6AE6E
Black with #D6AE6E
Text Example
Text Example
White with #D6AE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AE6E; }
p { color: rgb(214,174,110); }
H1.HeaderClassName
{
color: #D6AE6E;
}
.AnyTagClassName
{
color: #D6AE6E;
}
</style>
background-color css
<style>
a { background-color: #D6AE6E; }
a { background-color: rgb(214,174,110); }
div.DivClassName
{
background-color: #D6AE6E;
}
.BgClassName
{
background-color: #D6AE6E;
}
</style>
border-color css
<style>
span { border-color: #D6AE6E; }
span { border-color: rgb(214,174,110); }
td.TdClassName
{
border-color: #D6AE6E;
}
.TagClassName
{
border-color: #D6AE6E;
}
</style>