Shades of Putty #DAA66F
Tints of Putty #DAA66F
RGB
CMYK
RGB Variations
Color information
#DAA66F (or 0xDAA66F) is known color: Putty. HEX triplet: DA, A6 and 6F. RGB value is (218,166,111). Sum of RGB (Red+Green+Blue) = 218+166+111=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA66F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA66F is #255990. Grayscale: #AFAFAF. Windows color (decimal): -2447761 or 7317210. OLE color: 7317210.
HSL color Cylindrical-coordinate representation of color #DAA66F: hue angle of 30.84º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAA66F is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 111 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.15 |
| HSL | 30.84º | 0.59% | 0.65% | - |
| HSV(B) | 30.84º | 0.49% | 0.85% | - |
| XYZ | 45.42 | 43.33 | 21.01 | - |
| YUV | 175.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 111 | 0 | 0.24 | 0.49 | 0.15 | 30.84 | 0.59 | 0.65 |
| Hex | DA | A6 | 6F | 0 | 18 | 31 | F | 1F | 3B | 41 |
| Octal | 332 | 246 | 157 | 0 | 30 | 61 | 17 | 37 | 73 | 101 |
| Binary | 11011010 | 10100110 | 1101111 | 0 | 11000 | 110001 | 1111 | 11111 | 111011 | 1000001 |
Color Harmonies of #DAA66F
Complementary color
Monochromatic Colors of #DAA66F
Black with #DAA66F
Text Example
Text Example
White with #DAA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA66F; }
p { color: rgb(218,166,111); }
H1.HeaderClassName
{
color: #DAA66F;
}
.AnyTagClassName
{
color: #DAA66F;
}
</style>
background-color css
<style>
a { background-color: #DAA66F; }
a { background-color: rgb(218,166,111); }
div.DivClassName
{
background-color: #DAA66F;
}
.BgClassName
{
background-color: #DAA66F;
}
</style>
border-color css
<style>
span { border-color: #DAA66F; }
span { border-color: rgb(218,166,111); }
td.TdClassName
{
border-color: #DAA66F;
}
.TagClassName
{
border-color: #DAA66F;
}
</style>