Shades of Putty #DAA66C
Tints of Putty #DAA66C
RGB
CMYK
RGB Variations
Color information
#DAA66C (or 0xDAA66C) is known color: Putty. HEX triplet: DA, A6 and 6C. RGB value is (218,166,108). Sum of RGB (Red+Green+Blue) = 218+166+108=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA66C is #255993. Grayscale: #AFAFAF. Windows color (decimal): -2447764 or 7120602. OLE color: 7120602.
HSL color Cylindrical-coordinate representation of color #DAA66C: hue angle of 31.64º 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 #DAA66C is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 108 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.15 |
| HSL | 31.64º | 0.6% | 0.64% | - |
| HSV(B) | 31.64º | 0.5% | 0.85% | - |
| XYZ | 45.26 | 43.26 | 20.15 | - |
| YUV | 174.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 108 | 0 | 0.24 | 0.50 | 0.15 | 31.64 | 0.6 | 0.64 |
| Hex | DA | A6 | 6C | 0 | 18 | 32 | F | 20 | 3C | 40 |
| Octal | 332 | 246 | 154 | 0 | 30 | 62 | 17 | 40 | 74 | 100 |
| Binary | 11011010 | 10100110 | 1101100 | 0 | 11000 | 110010 | 1111 | 100000 | 111100 | 1000000 |
Color Harmonies of #DAA66C
Complementary color
Monochromatic Colors of #DAA66C
Black with #DAA66C
Text Example
Text Example
White with #DAA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA66C; }
p { color: rgb(218,166,108); }
H1.HeaderClassName
{
color: #DAA66C;
}
.AnyTagClassName
{
color: #DAA66C;
}
</style>
background-color css
<style>
a { background-color: #DAA66C; }
a { background-color: rgb(218,166,108); }
div.DivClassName
{
background-color: #DAA66C;
}
.BgClassName
{
background-color: #DAA66C;
}
</style>
border-color css
<style>
span { border-color: #DAA66C; }
span { border-color: rgb(218,166,108); }
td.TdClassName
{
border-color: #DAA66C;
}
.TagClassName
{
border-color: #DAA66C;
}
</style>