Shades of Raffia #DAC8A2
Tints of Raffia #DAC8A2
RGB
CMYK
RGB Variations
Color information
#DAC8A2 (or 0xDAC8A2) is known color: Raffia. HEX triplet: DA, C8 and A2. RGB value is (218,200,162). Sum of RGB (Red+Green+Blue) = 218+200+162=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A2 is #25375D. Grayscale: #C9C9C9. Windows color (decimal): -2439006 or 10668250. OLE color: 10668250.
HSL color Cylindrical-coordinate representation of color #DAC8A2: hue angle of 40.71º 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 #DAC8A2 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 162 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.15 |
| HSL | 40.71º | 0.43% | 0.75% | - |
| HSV(B) | 40.71º | 0.26% | 0.85% | - |
| XYZ | 56.09 | 58.82 | 42.58 | - |
| YUV | 201.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 162 | 0 | 0.08 | 0.26 | 0.15 | 40.71 | 0.43 | 0.75 |
| Hex | DA | C8 | A2 | 0 | 8 | 1A | F | 29 | 2B | 4B |
| Octal | 332 | 310 | 242 | 0 | 10 | 32 | 17 | 51 | 53 | 113 |
| Binary | 11011010 | 11001000 | 10100010 | 0 | 1000 | 11010 | 1111 | 101001 | 101011 | 1001011 |
Color Harmonies of #DAC8A2
Complementary color
Monochromatic Colors of #DAC8A2
Black with #DAC8A2
Text Example
Text Example
White with #DAC8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8A2; }
p { color: rgb(218,200,162); }
H1.HeaderClassName
{
color: #DAC8A2;
}
.AnyTagClassName
{
color: #DAC8A2;
}
</style>
background-color css
<style>
a { background-color: #DAC8A2; }
a { background-color: rgb(218,200,162); }
div.DivClassName
{
background-color: #DAC8A2;
}
.BgClassName
{
background-color: #DAC8A2;
}
</style>
border-color css
<style>
span { border-color: #DAC8A2; }
span { border-color: rgb(218,200,162); }
td.TdClassName
{
border-color: #DAC8A2;
}
.TagClassName
{
border-color: #DAC8A2;
}
</style>