Shades of Putty #DAAF6E
Tints of Putty #DAAF6E
RGB
CMYK
RGB Variations
Color information
#DAAF6E (or 0xDAAF6E) is known color: Putty. HEX triplet: DA, AF and 6E. RGB value is (218,175,110). Sum of RGB (Red+Green+Blue) = 218+175+110=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF6E is #255091. Grayscale: #B4B4B4. Windows color (decimal): -2445458 or 7253978. OLE color: 7253978.
HSL color Cylindrical-coordinate representation of color #DAAF6E: hue angle of 36.11º 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 #DAAF6E is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 175 | 110 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.15 |
| HSL | 36.11º | 0.59% | 0.64% | - |
| HSV(B) | 36.11º | 0.5% | 0.85% | - |
| XYZ | 47.06 | 46.69 | 21.28 | - |
| YUV | 180.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 175 | 110 | 0 | 0.20 | 0.50 | 0.15 | 36.11 | 0.59 | 0.64 |
| Hex | DA | AF | 6E | 0 | 14 | 32 | F | 24 | 3B | 40 |
| Octal | 332 | 257 | 156 | 0 | 24 | 62 | 17 | 44 | 73 | 100 |
| Binary | 11011010 | 10101111 | 1101110 | 0 | 10100 | 110010 | 1111 | 100100 | 111011 | 1000000 |
Color Harmonies of #DAAF6E
Complementary color
Monochromatic Colors of #DAAF6E
Black with #DAAF6E
Text Example
Text Example
White with #DAAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAF6E; }
p { color: rgb(218,175,110); }
H1.HeaderClassName
{
color: #DAAF6E;
}
.AnyTagClassName
{
color: #DAAF6E;
}
</style>
background-color css
<style>
a { background-color: #DAAF6E; }
a { background-color: rgb(218,175,110); }
div.DivClassName
{
background-color: #DAAF6E;
}
.BgClassName
{
background-color: #DAAF6E;
}
</style>
border-color css
<style>
span { border-color: #DAAF6E; }
span { border-color: rgb(218,175,110); }
td.TdClassName
{
border-color: #DAAF6E;
}
.TagClassName
{
border-color: #DAAF6E;
}
</style>