Shades of Raffia #DAC6A2
Tints of Raffia #DAC6A2
RGB
CMYK
RGB Variations
Color information
#DAC6A2 (or 0xDAC6A2) is known color: Raffia. HEX triplet: DA, C6 and A2. RGB value is (218,198,162). Sum of RGB (Red+Green+Blue) = 218+198+162=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 162 (63.67% from 255 or 28.03% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6A2 is #25395D. Grayscale: #C8C8C8. Windows color (decimal): -2439518 or 10667738. OLE color: 10667738.
HSL color Cylindrical-coordinate representation of color #DAC6A2: hue angle of 38.57º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAC6A2 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 162 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.15 |
| HSL | 38.57º | 0.43% | 0.75% | - |
| HSV(B) | 38.57º | 0.26% | 0.85% | - |
| XYZ | 55.63 | 57.9 | 42.43 | - |
| YUV | 199.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 162 | 0 | 0.09 | 0.26 | 0.15 | 38.57 | 0.43 | 0.75 |
| Hex | DA | C6 | A2 | 0 | 9 | 1A | F | 27 | 2B | 4B |
| Octal | 332 | 306 | 242 | 0 | 11 | 32 | 17 | 47 | 53 | 113 |
| Binary | 11011010 | 11000110 | 10100010 | 0 | 1001 | 11010 | 1111 | 100111 | 101011 | 1001011 |
Color Harmonies of #DAC6A2
Complementary color
Monochromatic Colors of #DAC6A2
Black with #DAC6A2
Text Example
Text Example
White with #DAC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6A2; }
p { color: rgb(218,198,162); }
H1.HeaderClassName
{
color: #DAC6A2;
}
.AnyTagClassName
{
color: #DAC6A2;
}
</style>
background-color css
<style>
a { background-color: #DAC6A2; }
a { background-color: rgb(218,198,162); }
div.DivClassName
{
background-color: #DAC6A2;
}
.BgClassName
{
background-color: #DAC6A2;
}
</style>
border-color css
<style>
span { border-color: #DAC6A2; }
span { border-color: rgb(218,198,162); }
td.TdClassName
{
border-color: #DAC6A2;
}
.TagClassName
{
border-color: #DAC6A2;
}
</style>