Shades of Raffia #DAC495
Tints of Raffia #DAC495
RGB
CMYK
RGB Variations
Color information
#DAC495 (or 0xDAC495) is known color: Raffia. HEX triplet: DA, C4 and 95. RGB value is (218,196,149). Sum of RGB (Red+Green+Blue) = 218+196+149=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC495 is #253B6A. Grayscale: #C5C5C5. Windows color (decimal): -2440043 or 9815258. OLE color: 9815258.
HSL color Cylindrical-coordinate representation of color #DAC495: hue angle of 40.87º degrees, saturation: 0.48, 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 #DAC495 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 149 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.15 |
| HSL | 40.87º | 0.48% | 0.72% | - |
| HSV(B) | 40.87º | 0.32% | 0.85% | - |
| XYZ | 54.08 | 56.56 | 36.5 | - |
| YUV | 197.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 149 | 0 | 0.10 | 0.32 | 0.15 | 40.87 | 0.48 | 0.72 |
| Hex | DA | C4 | 95 | 0 | A | 20 | F | 29 | 30 | 48 |
| Octal | 332 | 304 | 225 | 0 | 12 | 40 | 17 | 51 | 60 | 110 |
| Binary | 11011010 | 11000100 | 10010101 | 0 | 1010 | 100000 | 1111 | 101001 | 110000 | 1001000 |
Color Harmonies of #DAC495
Complementary color
Monochromatic Colors of #DAC495
Black with #DAC495
Text Example
Text Example
White with #DAC495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC495; }
p { color: rgb(218,196,149); }
H1.HeaderClassName
{
color: #DAC495;
}
.AnyTagClassName
{
color: #DAC495;
}
</style>
background-color css
<style>
a { background-color: #DAC495; }
a { background-color: rgb(218,196,149); }
div.DivClassName
{
background-color: #DAC495;
}
.BgClassName
{
background-color: #DAC495;
}
</style>
border-color css
<style>
span { border-color: #DAC495; }
span { border-color: rgb(218,196,149); }
td.TdClassName
{
border-color: #DAC495;
}
.TagClassName
{
border-color: #DAC495;
}
</style>