Shades of Raffia #DAC5A1
Tints of Raffia #DAC5A1
RGB
CMYK
RGB Variations
Color information
#DAC5A1 (or 0xDAC5A1) is known color: Raffia. HEX triplet: DA, C5 and A1. RGB value is (218,197,161). Sum of RGB (Red+Green+Blue) = 218+197+161=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC5A1 is #253A5E. Grayscale: #C7C7C7. Windows color (decimal): -2439775 or 10601946. OLE color: 10601946.
HSL color Cylindrical-coordinate representation of color #DAC5A1: hue angle of 37.89º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAC5A1 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 161 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.15 |
| HSL | 37.89º | 0.44% | 0.74% | - |
| HSV(B) | 37.89º | 0.26% | 0.85% | - |
| XYZ | 55.31 | 57.41 | 41.88 | - |
| YUV | 199.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 161 | 0 | 0.10 | 0.26 | 0.15 | 37.89 | 0.44 | 0.74 |
| Hex | DA | C5 | A1 | 0 | A | 1A | F | 26 | 2C | 4A |
| Octal | 332 | 305 | 241 | 0 | 12 | 32 | 17 | 46 | 54 | 112 |
| Binary | 11011010 | 11000101 | 10100001 | 0 | 1010 | 11010 | 1111 | 100110 | 101100 | 1001010 |
Color Harmonies of #DAC5A1
Complementary color
Monochromatic Colors of #DAC5A1
Black with #DAC5A1
Text Example
Text Example
White with #DAC5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5A1; }
p { color: rgb(218,197,161); }
H1.HeaderClassName
{
color: #DAC5A1;
}
.AnyTagClassName
{
color: #DAC5A1;
}
</style>
background-color css
<style>
a { background-color: #DAC5A1; }
a { background-color: rgb(218,197,161); }
div.DivClassName
{
background-color: #DAC5A1;
}
.BgClassName
{
background-color: #DAC5A1;
}
</style>
border-color css
<style>
span { border-color: #DAC5A1; }
span { border-color: rgb(218,197,161); }
td.TdClassName
{
border-color: #DAC5A1;
}
.TagClassName
{
border-color: #DAC5A1;
}
</style>