Shades of Putty #DAA96D
Tints of Putty #DAA96D
RGB
CMYK
RGB Variations
Color information
#DAA96D (or 0xDAA96D) is known color: Putty. HEX triplet: DA, A9 and 6D. RGB value is (218,169,109). Sum of RGB (Red+Green+Blue) = 218+169+109=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA96D is #255692. Grayscale: #B1B1B1. Windows color (decimal): -2446995 or 7186906. OLE color: 7186906.
HSL color Cylindrical-coordinate representation of color #DAA96D: hue angle of 33.03º 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 #DAA96D is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 109 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.15 |
| HSL | 33.03º | 0.6% | 0.64% | - |
| HSV(B) | 33.03º | 0.5% | 0.85% | - |
| XYZ | 45.86 | 44.39 | 20.62 | - |
| YUV | 176.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 109 | 0 | 0.22 | 0.5 | 0.15 | 33.03 | 0.6 | 0.64 |
| Hex | DA | A9 | 6D | 0 | 16 | 32 | F | 21 | 3C | 40 |
| Octal | 332 | 251 | 155 | 0 | 26 | 62 | 17 | 41 | 74 | 100 |
| Binary | 11011010 | 10101001 | 1101101 | 0 | 10110 | 110010 | 1111 | 100001 | 111100 | 1000000 |
Color Harmonies of #DAA96D
Complementary color
Monochromatic Colors of #DAA96D
Black with #DAA96D
Text Example
Text Example
White with #DAA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA96D; }
p { color: rgb(218,169,109); }
H1.HeaderClassName
{
color: #DAA96D;
}
.AnyTagClassName
{
color: #DAA96D;
}
</style>
background-color css
<style>
a { background-color: #DAA96D; }
a { background-color: rgb(218,169,109); }
div.DivClassName
{
background-color: #DAA96D;
}
.BgClassName
{
background-color: #DAA96D;
}
</style>
border-color css
<style>
span { border-color: #DAA96D; }
span { border-color: rgb(218,169,109); }
td.TdClassName
{
border-color: #DAA96D;
}
.TagClassName
{
border-color: #DAA96D;
}
</style>