Shades of Raffia #DAC59F
Tints of Raffia #DAC59F
RGB
CMYK
RGB Variations
Color information
#DAC59F (or 0xDAC59F) is known color: Raffia. HEX triplet: DA, C5 and 9F. RGB value is (218,197,159). Sum of RGB (Red+Green+Blue) = 218+197+159=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC59F is #253A60. Grayscale: #C7C7C7. Windows color (decimal): -2439777 or 10470874. OLE color: 10470874.
HSL color Cylindrical-coordinate representation of color #DAC59F: hue angle of 38.64º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAC59F is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 159 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.15 |
| HSL | 38.64º | 0.44% | 0.74% | - |
| HSV(B) | 38.64º | 0.27% | 0.85% | - |
| XYZ | 55.14 | 57.34 | 40.96 | - |
| YUV | 198.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 159 | 0 | 0.10 | 0.27 | 0.15 | 38.64 | 0.44 | 0.74 |
| Hex | DA | C5 | 9F | 0 | A | 1B | F | 27 | 2C | 4A |
| Octal | 332 | 305 | 237 | 0 | 12 | 33 | 17 | 47 | 54 | 112 |
| Binary | 11011010 | 11000101 | 10011111 | 0 | 1010 | 11011 | 1111 | 100111 | 101100 | 1001010 |
Color Harmonies of #DAC59F
Complementary color
Monochromatic Colors of #DAC59F
Black with #DAC59F
Text Example
Text Example
White with #DAC59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC59F; }
p { color: rgb(218,197,159); }
H1.HeaderClassName
{
color: #DAC59F;
}
.AnyTagClassName
{
color: #DAC59F;
}
</style>
background-color css
<style>
a { background-color: #DAC59F; }
a { background-color: rgb(218,197,159); }
div.DivClassName
{
background-color: #DAC59F;
}
.BgClassName
{
background-color: #DAC59F;
}
</style>
border-color css
<style>
span { border-color: #DAC59F; }
span { border-color: rgb(218,197,159); }
td.TdClassName
{
border-color: #DAC59F;
}
.TagClassName
{
border-color: #DAC59F;
}
</style>