Shades of Putty #D6AA74
Tints of Putty #D6AA74
RGB
CMYK
RGB Variations
Color information
#D6AA74 (or 0xD6AA74) is known color: Putty. HEX triplet: D6, AA and 74. RGB value is (214,170,116). Sum of RGB (Red+Green+Blue) = 214+170+116=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA74 is #29558B. Grayscale: #B1B1B1. Windows color (decimal): -2708876 or 7645910. OLE color: 7645910.
HSL color Cylindrical-coordinate representation of color #D6AA74: hue angle of 33.06º degrees, saturation: 0.54, 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 #D6AA74 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 116 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.16 |
| HSL | 33.06º | 0.54% | 0.65% | - |
| HSV(B) | 33.06º | 0.46% | 0.84% | - |
| XYZ | 45.26 | 44.31 | 22.69 | - |
| YUV | 177 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 116 | 0 | 0.21 | 0.46 | 0.16 | 33.06 | 0.54 | 0.65 |
| Hex | D6 | AA | 74 | 0 | 15 | 2E | 10 | 21 | 36 | 41 |
| Octal | 326 | 252 | 164 | 0 | 25 | 56 | 20 | 41 | 66 | 101 |
| Binary | 11010110 | 10101010 | 1110100 | 0 | 10101 | 101110 | 10000 | 100001 | 110110 | 1000001 |
Color Harmonies of #D6AA74
Complementary color
Monochromatic Colors of #D6AA74
Black with #D6AA74
Text Example
Text Example
White with #D6AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA74; }
p { color: rgb(214,170,116); }
H1.HeaderClassName
{
color: #D6AA74;
}
.AnyTagClassName
{
color: #D6AA74;
}
</style>
background-color css
<style>
a { background-color: #D6AA74; }
a { background-color: rgb(214,170,116); }
div.DivClassName
{
background-color: #D6AA74;
}
.BgClassName
{
background-color: #D6AA74;
}
</style>
border-color css
<style>
span { border-color: #D6AA74; }
span { border-color: rgb(214,170,116); }
td.TdClassName
{
border-color: #D6AA74;
}
.TagClassName
{
border-color: #D6AA74;
}
</style>