Shades of Putty #D6AA73
Tints of Putty #D6AA73
RGB
CMYK
RGB Variations
Color information
#D6AA73 (or 0xD6AA73) is known color: Putty. HEX triplet: D6, AA and 73. RGB value is (214,170,115). Sum of RGB (Red+Green+Blue) = 214+170+115=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA73 is #29558C. Grayscale: #B1B1B1. Windows color (decimal): -2708877 or 7580374. OLE color: 7580374.
HSL color Cylindrical-coordinate representation of color #D6AA73: hue angle of 33.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6AA73 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 115 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.16 |
| HSL | 33.33º | 0.55% | 0.65% | - |
| HSV(B) | 33.33º | 0.46% | 0.84% | - |
| XYZ | 45.2 | 44.28 | 22.38 | - |
| YUV | 176.89 | 93.08 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 115 | 0 | 0.21 | 0.46 | 0.16 | 33.33 | 0.55 | 0.65 |
| Hex | D6 | AA | 73 | 0 | 15 | 2E | 10 | 21 | 37 | 41 |
| Octal | 326 | 252 | 163 | 0 | 25 | 56 | 20 | 41 | 67 | 101 |
| Binary | 11010110 | 10101010 | 1110011 | 0 | 10101 | 101110 | 10000 | 100001 | 110111 | 1000001 |
Color Harmonies of #D6AA73
Complementary color
Monochromatic Colors of #D6AA73
Black with #D6AA73
Text Example
Text Example
White with #D6AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA73; }
p { color: rgb(214,170,115); }
H1.HeaderClassName
{
color: #D6AA73;
}
.AnyTagClassName
{
color: #D6AA73;
}
</style>
background-color css
<style>
a { background-color: #D6AA73; }
a { background-color: rgb(214,170,115); }
div.DivClassName
{
background-color: #D6AA73;
}
.BgClassName
{
background-color: #D6AA73;
}
</style>
border-color css
<style>
span { border-color: #D6AA73; }
span { border-color: rgb(214,170,115); }
td.TdClassName
{
border-color: #D6AA73;
}
.TagClassName
{
border-color: #D6AA73;
}
</style>