Shades of Raffia #DAC394
Tints of Raffia #DAC394
RGB
CMYK
RGB Variations
Color information
#DAC394 (or 0xDAC394) is known color: Raffia. HEX triplet: DA, C3 and 94. RGB value is (218,195,148). Sum of RGB (Red+Green+Blue) = 218+195+148=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC394 is #253C6B. Grayscale: #C4C4C4. Windows color (decimal): -2440300 or 9749466. OLE color: 9749466.
HSL color Cylindrical-coordinate representation of color #DAC394: hue angle of 40.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAC394 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 148 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.15 |
| HSL | 40.29º | 0.49% | 0.72% | - |
| HSV(B) | 40.29º | 0.32% | 0.85% | - |
| XYZ | 53.77 | 56.07 | 36.01 | - |
| YUV | 196.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 148 | 0 | 0.11 | 0.32 | 0.15 | 40.29 | 0.49 | 0.72 |
| Hex | DA | C3 | 94 | 0 | B | 20 | F | 28 | 31 | 48 |
| Octal | 332 | 303 | 224 | 0 | 13 | 40 | 17 | 50 | 61 | 110 |
| Binary | 11011010 | 11000011 | 10010100 | 0 | 1011 | 100000 | 1111 | 101000 | 110001 | 1001000 |
Color Harmonies of #DAC394
Complementary color
Monochromatic Colors of #DAC394
Black with #DAC394
Text Example
Text Example
White with #DAC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC394; }
p { color: rgb(218,195,148); }
H1.HeaderClassName
{
color: #DAC394;
}
.AnyTagClassName
{
color: #DAC394;
}
</style>
background-color css
<style>
a { background-color: #DAC394; }
a { background-color: rgb(218,195,148); }
div.DivClassName
{
background-color: #DAC394;
}
.BgClassName
{
background-color: #DAC394;
}
</style>
border-color css
<style>
span { border-color: #DAC394; }
span { border-color: rgb(218,195,148); }
td.TdClassName
{
border-color: #DAC394;
}
.TagClassName
{
border-color: #DAC394;
}
</style>