Shades of Putty #D6AA6D
Tints of Putty #D6AA6D
RGB
CMYK
RGB Variations
Color information
#D6AA6D (or 0xD6AA6D) is known color: Putty. HEX triplet: D6, AA and 6D. RGB value is (214,170,109). Sum of RGB (Red+Green+Blue) = 214+170+109=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA6D is #295592. Grayscale: #B0B0B0. Windows color (decimal): -2708883 or 7187158. OLE color: 7187158.
HSL color Cylindrical-coordinate representation of color #D6AA6D: hue angle of 34.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6AA6D is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 109 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.16 |
| HSL | 34.86º | 0.56% | 0.63% | - |
| HSV(B) | 34.86º | 0.49% | 0.84% | - |
| XYZ | 44.87 | 44.15 | 20.63 | - |
| YUV | 176.2 | 90.08 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 109 | 0 | 0.21 | 0.49 | 0.16 | 34.86 | 0.56 | 0.63 |
| Hex | D6 | AA | 6D | 0 | 15 | 31 | 10 | 23 | 38 | 3F |
| Octal | 326 | 252 | 155 | 0 | 25 | 61 | 20 | 43 | 70 | 77 |
| Binary | 11010110 | 10101010 | 1101101 | 0 | 10101 | 110001 | 10000 | 100011 | 111000 | 111111 |
Color Harmonies of #D6AA6D
Complementary color
Monochromatic Colors of #D6AA6D
Black with #D6AA6D
Text Example
Text Example
White with #D6AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA6D; }
p { color: rgb(214,170,109); }
H1.HeaderClassName
{
color: #D6AA6D;
}
.AnyTagClassName
{
color: #D6AA6D;
}
</style>
background-color css
<style>
a { background-color: #D6AA6D; }
a { background-color: rgb(214,170,109); }
div.DivClassName
{
background-color: #D6AA6D;
}
.BgClassName
{
background-color: #D6AA6D;
}
</style>
border-color css
<style>
span { border-color: #D6AA6D; }
span { border-color: rgb(214,170,109); }
td.TdClassName
{
border-color: #D6AA6D;
}
.TagClassName
{
border-color: #D6AA6D;
}
</style>