Shades of Raffia #DAC7A1
Tints of Raffia #DAC7A1
RGB
CMYK
RGB Variations
Color information
#DAC7A1 (or 0xDAC7A1) is known color: Raffia. HEX triplet: DA, C7 and A1. RGB value is (218,199,161). Sum of RGB (Red+Green+Blue) = 218+199+161=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7A1 is #25385E. Grayscale: #C8C8C8. Windows color (decimal): -2439263 or 10602458. OLE color: 10602458.
HSL color Cylindrical-coordinate representation of color #DAC7A1: hue angle of 40º 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 #DAC7A1 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 161 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.15 |
| HSL | 40º | 0.44% | 0.74% | - |
| HSV(B) | 40º | 0.26% | 0.85% | - |
| XYZ | 55.77 | 58.33 | 42.04 | - |
| YUV | 200.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 161 | 0 | 0.09 | 0.26 | 0.15 | 40 | 0.44 | 0.74 |
| Hex | DA | C7 | A1 | 0 | 9 | 1A | F | 28 | 2C | 4A |
| Octal | 332 | 307 | 241 | 0 | 11 | 32 | 17 | 50 | 54 | 112 |
| Binary | 11011010 | 11000111 | 10100001 | 0 | 1001 | 11010 | 1111 | 101000 | 101100 | 1001010 |
Color Harmonies of #DAC7A1
Complementary color
Monochromatic Colors of #DAC7A1
Black with #DAC7A1
Text Example
Text Example
White with #DAC7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7A1; }
p { color: rgb(218,199,161); }
H1.HeaderClassName
{
color: #DAC7A1;
}
.AnyTagClassName
{
color: #DAC7A1;
}
</style>
background-color css
<style>
a { background-color: #DAC7A1; }
a { background-color: rgb(218,199,161); }
div.DivClassName
{
background-color: #DAC7A1;
}
.BgClassName
{
background-color: #DAC7A1;
}
</style>
border-color css
<style>
span { border-color: #DAC7A1; }
span { border-color: rgb(218,199,161); }
td.TdClassName
{
border-color: #DAC7A1;
}
.TagClassName
{
border-color: #DAC7A1;
}
</style>