Shades of Putty #DAAA6D
Tints of Putty #DAAA6D
RGB
CMYK
RGB Variations
Color information
#DAAA6D (or 0xDAAA6D) is known color: Putty. HEX triplet: DA, AA and 6D. RGB value is (218,170,109). Sum of RGB (Red+Green+Blue) = 218+170+109=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA6D is #255592. Grayscale: #B1B1B1. Windows color (decimal): -2446739 or 7187162. OLE color: 7187162.
HSL color Cylindrical-coordinate representation of color #DAAA6D: hue angle of 33.58º degrees, saturation: 0.6, 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 #DAAA6D is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 109 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.15 |
| HSL | 33.58º | 0.6% | 0.64% | - |
| HSV(B) | 33.58º | 0.5% | 0.85% | - |
| XYZ | 46.05 | 44.76 | 20.68 | - |
| YUV | 177.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 109 | 0 | 0.22 | 0.5 | 0.15 | 33.58 | 0.6 | 0.64 |
| Hex | DA | AA | 6D | 0 | 16 | 32 | F | 22 | 3C | 40 |
| Octal | 332 | 252 | 155 | 0 | 26 | 62 | 17 | 42 | 74 | 100 |
| Binary | 11011010 | 10101010 | 1101101 | 0 | 10110 | 110010 | 1111 | 100010 | 111100 | 1000000 |
Color Harmonies of #DAAA6D
Complementary color
Monochromatic Colors of #DAAA6D
Black with #DAAA6D
Text Example
Text Example
White with #DAAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA6D; }
p { color: rgb(218,170,109); }
H1.HeaderClassName
{
color: #DAAA6D;
}
.AnyTagClassName
{
color: #DAAA6D;
}
</style>
background-color css
<style>
a { background-color: #DAAA6D; }
a { background-color: rgb(218,170,109); }
div.DivClassName
{
background-color: #DAAA6D;
}
.BgClassName
{
background-color: #DAAA6D;
}
</style>
border-color css
<style>
span { border-color: #DAAA6D; }
span { border-color: rgb(218,170,109); }
td.TdClassName
{
border-color: #DAAA6D;
}
.TagClassName
{
border-color: #DAAA6D;
}
</style>