Shades of Putty #DAAA6E
Tints of Putty #DAAA6E
RGB
CMYK
RGB Variations
Color information
#DAAA6E (or 0xDAAA6E) is known color: Putty. HEX triplet: DA, AA and 6E. RGB value is (218,170,110). Sum of RGB (Red+Green+Blue) = 218+170+110=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA6E is #255591. Grayscale: #B1B1B1. Windows color (decimal): -2446738 or 7252698. OLE color: 7252698.
HSL color Cylindrical-coordinate representation of color #DAAA6E: hue angle of 33.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAAA6E is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 110 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.15 |
| HSL | 33.33º | 0.59% | 0.64% | - |
| HSV(B) | 33.33º | 0.5% | 0.85% | - |
| XYZ | 46.1 | 44.78 | 20.97 | - |
| YUV | 177.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 110 | 0 | 0.22 | 0.50 | 0.15 | 33.33 | 0.59 | 0.64 |
| Hex | DA | AA | 6E | 0 | 16 | 32 | F | 21 | 3B | 40 |
| Octal | 332 | 252 | 156 | 0 | 26 | 62 | 17 | 41 | 73 | 100 |
| Binary | 11011010 | 10101010 | 1101110 | 0 | 10110 | 110010 | 1111 | 100001 | 111011 | 1000000 |
Color Harmonies of #DAAA6E
Complementary color
Monochromatic Colors of #DAAA6E
Black with #DAAA6E
Text Example
Text Example
White with #DAAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA6E; }
p { color: rgb(218,170,110); }
H1.HeaderClassName
{
color: #DAAA6E;
}
.AnyTagClassName
{
color: #DAAA6E;
}
</style>
background-color css
<style>
a { background-color: #DAAA6E; }
a { background-color: rgb(218,170,110); }
div.DivClassName
{
background-color: #DAAA6E;
}
.BgClassName
{
background-color: #DAAA6E;
}
</style>
border-color css
<style>
span { border-color: #DAAA6E; }
span { border-color: rgb(218,170,110); }
td.TdClassName
{
border-color: #DAAA6E;
}
.TagClassName
{
border-color: #DAAA6E;
}
</style>