Shades of Putty #DAAC6E
Tints of Putty #DAAC6E
RGB
CMYK
RGB Variations
Color information
#DAAC6E (or 0xDAAC6E) is known color: Putty. HEX triplet: DA, AC and 6E. RGB value is (218,172,110). Sum of RGB (Red+Green+Blue) = 218+172+110=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC6E is #255391. Grayscale: #B2B2B2. Windows color (decimal): -2446226 or 7253210. OLE color: 7253210.
HSL color Cylindrical-coordinate representation of color #DAAC6E: hue angle of 34.44º 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 #DAAC6E is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 110 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.15 |
| HSL | 34.44º | 0.59% | 0.64% | - |
| HSV(B) | 34.44º | 0.5% | 0.85% | - |
| XYZ | 46.48 | 45.54 | 21.09 | - |
| YUV | 178.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 110 | 0 | 0.21 | 0.50 | 0.15 | 34.44 | 0.59 | 0.64 |
| Hex | DA | AC | 6E | 0 | 15 | 32 | F | 22 | 3B | 40 |
| Octal | 332 | 254 | 156 | 0 | 25 | 62 | 17 | 42 | 73 | 100 |
| Binary | 11011010 | 10101100 | 1101110 | 0 | 10101 | 110010 | 1111 | 100010 | 111011 | 1000000 |
Color Harmonies of #DAAC6E
Complementary color
Monochromatic Colors of #DAAC6E
Black with #DAAC6E
Text Example
Text Example
White with #DAAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC6E; }
p { color: rgb(218,172,110); }
H1.HeaderClassName
{
color: #DAAC6E;
}
.AnyTagClassName
{
color: #DAAC6E;
}
</style>
background-color css
<style>
a { background-color: #DAAC6E; }
a { background-color: rgb(218,172,110); }
div.DivClassName
{
background-color: #DAAC6E;
}
.BgClassName
{
background-color: #DAAC6E;
}
</style>
border-color css
<style>
span { border-color: #DAAC6E; }
span { border-color: rgb(218,172,110); }
td.TdClassName
{
border-color: #DAAC6E;
}
.TagClassName
{
border-color: #DAAC6E;
}
</style>