Shades of Putty #DAAA70
Tints of Putty #DAAA70
RGB
CMYK
RGB Variations
Color information
#DAAA70 (or 0xDAAA70) is known color: Putty. HEX triplet: DA, AA and 70. RGB value is (218,170,112). Sum of RGB (Red+Green+Blue) = 218+170+112=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA70 is #25558F. Grayscale: #B2B2B2. Windows color (decimal): -2446736 or 7383770. OLE color: 7383770.
HSL color Cylindrical-coordinate representation of color #DAAA70: hue angle of 32.83º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAAA70 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 112 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.15 |
| HSL | 32.83º | 0.59% | 0.65% | - |
| HSV(B) | 32.83º | 0.49% | 0.85% | - |
| XYZ | 46.21 | 44.82 | 21.55 | - |
| YUV | 177.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 112 | 0 | 0.22 | 0.49 | 0.15 | 32.83 | 0.59 | 0.65 |
| Hex | DA | AA | 70 | 0 | 16 | 31 | F | 21 | 3B | 41 |
| Octal | 332 | 252 | 160 | 0 | 26 | 61 | 17 | 41 | 73 | 101 |
| Binary | 11011010 | 10101010 | 1110000 | 0 | 10110 | 110001 | 1111 | 100001 | 111011 | 1000001 |
Color Harmonies of #DAAA70
Complementary color
Monochromatic Colors of #DAAA70
Black with #DAAA70
Text Example
Text Example
White with #DAAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA70; }
p { color: rgb(218,170,112); }
H1.HeaderClassName
{
color: #DAAA70;
}
.AnyTagClassName
{
color: #DAAA70;
}
</style>
background-color css
<style>
a { background-color: #DAAA70; }
a { background-color: rgb(218,170,112); }
div.DivClassName
{
background-color: #DAAA70;
}
.BgClassName
{
background-color: #DAAA70;
}
</style>
border-color css
<style>
span { border-color: #DAAA70; }
span { border-color: rgb(218,170,112); }
td.TdClassName
{
border-color: #DAAA70;
}
.TagClassName
{
border-color: #DAAA70;
}
</style>