Shades of Raffia #DAC3A0
Tints of Raffia #DAC3A0
RGB
CMYK
RGB Variations
Color information
#DAC3A0 (or 0xDAC3A0) is known color: Raffia. HEX triplet: DA, C3 and A0. RGB value is (218,195,160). Sum of RGB (Red+Green+Blue) = 218+195+160=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC3A0 is #253C5F. Grayscale: #C6C6C6. Windows color (decimal): -2440288 or 10535898. OLE color: 10535898.
HSL color Cylindrical-coordinate representation of color #DAC3A0: hue angle of 36.21º 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 #DAC3A0 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 160 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.15 |
| HSL | 36.21º | 0.44% | 0.74% | - |
| HSV(B) | 36.21º | 0.27% | 0.85% | - |
| XYZ | 54.77 | 56.47 | 41.27 | - |
| YUV | 197.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 160 | 0 | 0.11 | 0.27 | 0.15 | 36.21 | 0.44 | 0.74 |
| Hex | DA | C3 | A0 | 0 | B | 1B | F | 24 | 2C | 4A |
| Octal | 332 | 303 | 240 | 0 | 13 | 33 | 17 | 44 | 54 | 112 |
| Binary | 11011010 | 11000011 | 10100000 | 0 | 1011 | 11011 | 1111 | 100100 | 101100 | 1001010 |
Color Harmonies of #DAC3A0
Complementary color
Monochromatic Colors of #DAC3A0
Black with #DAC3A0
Text Example
Text Example
White with #DAC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3A0; }
p { color: rgb(218,195,160); }
H1.HeaderClassName
{
color: #DAC3A0;
}
.AnyTagClassName
{
color: #DAC3A0;
}
</style>
background-color css
<style>
a { background-color: #DAC3A0; }
a { background-color: rgb(218,195,160); }
div.DivClassName
{
background-color: #DAC3A0;
}
.BgClassName
{
background-color: #DAC3A0;
}
</style>
border-color css
<style>
span { border-color: #DAC3A0; }
span { border-color: rgb(218,195,160); }
td.TdClassName
{
border-color: #DAC3A0;
}
.TagClassName
{
border-color: #DAC3A0;
}
</style>