Shades of Putty #DAAA71
Tints of Putty #DAAA71
RGB
CMYK
RGB Variations
Color information
#DAAA71 (or 0xDAAA71) is known color: Putty. HEX triplet: DA, AA and 71. RGB value is (218,170,113). Sum of RGB (Red+Green+Blue) = 218+170+113=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA71 is #25558E. Grayscale: #B2B2B2. Windows color (decimal): -2446735 or 7449306. OLE color: 7449306.
HSL color Cylindrical-coordinate representation of color #DAAA71: hue angle of 32.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAAA71 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 113 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.15 |
| HSL | 32.57º | 0.59% | 0.65% | - |
| HSV(B) | 32.57º | 0.48% | 0.85% | - |
| XYZ | 46.27 | 44.85 | 21.84 | - |
| YUV | 177.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 113 | 0 | 0.22 | 0.48 | 0.15 | 32.57 | 0.59 | 0.65 |
| Hex | DA | AA | 71 | 0 | 16 | 30 | F | 21 | 3B | 41 |
| Octal | 332 | 252 | 161 | 0 | 26 | 60 | 17 | 41 | 73 | 101 |
| Binary | 11011010 | 10101010 | 1110001 | 0 | 10110 | 110000 | 1111 | 100001 | 111011 | 1000001 |
Color Harmonies of #DAAA71
Complementary color
Monochromatic Colors of #DAAA71
Black with #DAAA71
Text Example
Text Example
White with #DAAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA71; }
p { color: rgb(218,170,113); }
H1.HeaderClassName
{
color: #DAAA71;
}
.AnyTagClassName
{
color: #DAAA71;
}
</style>
background-color css
<style>
a { background-color: #DAAA71; }
a { background-color: rgb(218,170,113); }
div.DivClassName
{
background-color: #DAAA71;
}
.BgClassName
{
background-color: #DAAA71;
}
</style>
border-color css
<style>
span { border-color: #DAAA71; }
span { border-color: rgb(218,170,113); }
td.TdClassName
{
border-color: #DAAA71;
}
.TagClassName
{
border-color: #DAAA71;
}
</style>