Shades of Raffia #DAC7A0
Tints of Raffia #DAC7A0
RGB
CMYK
RGB Variations
Color information
#DAC7A0 (or 0xDAC7A0) is known color: Raffia. HEX triplet: DA, C7 and A0. RGB value is (218,199,160). Sum of RGB (Red+Green+Blue) = 218+199+160=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7A0 is #25385F. Grayscale: #C8C8C8. Windows color (decimal): -2439264 or 10536922. OLE color: 10536922.
HSL color Cylindrical-coordinate representation of color #DAC7A0: hue angle of 40.34º 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 #DAC7A0 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 160 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.15 |
| HSL | 40.34º | 0.44% | 0.74% | - |
| HSV(B) | 40.34º | 0.27% | 0.85% | - |
| XYZ | 55.68 | 58.29 | 41.57 | - |
| YUV | 200.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 160 | 0 | 0.09 | 0.27 | 0.15 | 40.34 | 0.44 | 0.74 |
| Hex | DA | C7 | A0 | 0 | 9 | 1B | F | 28 | 2C | 4A |
| Octal | 332 | 307 | 240 | 0 | 11 | 33 | 17 | 50 | 54 | 112 |
| Binary | 11011010 | 11000111 | 10100000 | 0 | 1001 | 11011 | 1111 | 101000 | 101100 | 1001010 |
Color Harmonies of #DAC7A0
Complementary color
Monochromatic Colors of #DAC7A0
Black with #DAC7A0
Text Example
Text Example
White with #DAC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7A0; }
p { color: rgb(218,199,160); }
H1.HeaderClassName
{
color: #DAC7A0;
}
.AnyTagClassName
{
color: #DAC7A0;
}
</style>
background-color css
<style>
a { background-color: #DAC7A0; }
a { background-color: rgb(218,199,160); }
div.DivClassName
{
background-color: #DAC7A0;
}
.BgClassName
{
background-color: #DAC7A0;
}
</style>
border-color css
<style>
span { border-color: #DAC7A0; }
span { border-color: rgb(218,199,160); }
td.TdClassName
{
border-color: #DAC7A0;
}
.TagClassName
{
border-color: #DAC7A0;
}
</style>