Shades of Raffia #DACAA1
Tints of Raffia #DACAA1
RGB
CMYK
RGB Variations
Color information
#DACAA1 (or 0xDACAA1) is known color: Raffia. HEX triplet: DA, CA and A1. RGB value is (218,202,161). Sum of RGB (Red+Green+Blue) = 218+202+161=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAA1 is #25355E. Grayscale: #CACACA. Windows color (decimal): -2438495 or 10603226. OLE color: 10603226.
HSL color Cylindrical-coordinate representation of color #DACAA1: hue angle of 43.16º 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 #DACAA1 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 161 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.15 |
| HSL | 43.16º | 0.44% | 0.74% | - |
| HSV(B) | 43.16º | 0.26% | 0.85% | - |
| XYZ | 56.47 | 59.72 | 42.27 | - |
| YUV | 202.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 161 | 0 | 0.07 | 0.26 | 0.15 | 43.16 | 0.44 | 0.74 |
| Hex | DA | CA | A1 | 0 | 7 | 1A | F | 2B | 2C | 4A |
| Octal | 332 | 312 | 241 | 0 | 7 | 32 | 17 | 53 | 54 | 112 |
| Binary | 11011010 | 11001010 | 10100001 | 0 | 111 | 11010 | 1111 | 101011 | 101100 | 1001010 |
Color Harmonies of #DACAA1
Complementary color
Monochromatic Colors of #DACAA1
Black with #DACAA1
Text Example
Text Example
White with #DACAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACAA1; }
p { color: rgb(218,202,161); }
H1.HeaderClassName
{
color: #DACAA1;
}
.AnyTagClassName
{
color: #DACAA1;
}
</style>
background-color css
<style>
a { background-color: #DACAA1; }
a { background-color: rgb(218,202,161); }
div.DivClassName
{
background-color: #DACAA1;
}
.BgClassName
{
background-color: #DACAA1;
}
</style>
border-color css
<style>
span { border-color: #DACAA1; }
span { border-color: rgb(218,202,161); }
td.TdClassName
{
border-color: #DACAA1;
}
.TagClassName
{
border-color: #DACAA1;
}
</style>