Shades of Raffia #DAC498
Tints of Raffia #DAC498
RGB
CMYK
RGB Variations
Color information
#DAC498 (or 0xDAC498) is known color: Raffia. HEX triplet: DA, C4 and 98. RGB value is (218,196,152). Sum of RGB (Red+Green+Blue) = 218+196+152=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC498 is #253B67. Grayscale: #C5C5C5. Windows color (decimal): -2440040 or 10011866. OLE color: 10011866.
HSL color Cylindrical-coordinate representation of color #DAC498: hue angle of 40º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAC498 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 152 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.15 |
| HSL | 40º | 0.47% | 0.73% | - |
| HSV(B) | 40º | 0.3% | 0.85% | - |
| XYZ | 54.32 | 56.65 | 37.78 | - |
| YUV | 197.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 152 | 0 | 0.10 | 0.30 | 0.15 | 40 | 0.47 | 0.73 |
| Hex | DA | C4 | 98 | 0 | A | 1E | F | 28 | 2F | 49 |
| Octal | 332 | 304 | 230 | 0 | 12 | 36 | 17 | 50 | 57 | 111 |
| Binary | 11011010 | 11000100 | 10011000 | 0 | 1010 | 11110 | 1111 | 101000 | 101111 | 1001001 |
Color Harmonies of #DAC498
Complementary color
Monochromatic Colors of #DAC498
Black with #DAC498
Text Example
Text Example
White with #DAC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC498; }
p { color: rgb(218,196,152); }
H1.HeaderClassName
{
color: #DAC498;
}
.AnyTagClassName
{
color: #DAC498;
}
</style>
background-color css
<style>
a { background-color: #DAC498; }
a { background-color: rgb(218,196,152); }
div.DivClassName
{
background-color: #DAC498;
}
.BgClassName
{
background-color: #DAC498;
}
</style>
border-color css
<style>
span { border-color: #DAC498; }
span { border-color: rgb(218,196,152); }
td.TdClassName
{
border-color: #DAC498;
}
.TagClassName
{
border-color: #DAC498;
}
</style>