Shades of Raffia #DAC8A3
Tints of Raffia #DAC8A3
RGB
CMYK
RGB Variations
Color information
#DAC8A3 (or 0xDAC8A3) is known color: Raffia. HEX triplet: DA, C8 and A3. RGB value is (218,200,163). Sum of RGB (Red+Green+Blue) = 218+200+163=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A3 is #25375C. Grayscale: #C9C9C9. Windows color (decimal): -2439005 or 10733786. OLE color: 10733786.
HSL color Cylindrical-coordinate representation of color #DAC8A3: hue angle of 40.36º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAC8A3 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 163 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.15 |
| HSL | 40.36º | 0.43% | 0.75% | - |
| HSV(B) | 40.36º | 0.25% | 0.85% | - |
| XYZ | 56.18 | 58.86 | 43.05 | - |
| YUV | 201.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 163 | 0 | 0.08 | 0.25 | 0.15 | 40.36 | 0.43 | 0.75 |
| Hex | DA | C8 | A3 | 0 | 8 | 19 | F | 28 | 2B | 4B |
| Octal | 332 | 310 | 243 | 0 | 10 | 31 | 17 | 50 | 53 | 113 |
| Binary | 11011010 | 11001000 | 10100011 | 0 | 1000 | 11001 | 1111 | 101000 | 101011 | 1001011 |
Color Harmonies of #DAC8A3
Complementary color
Monochromatic Colors of #DAC8A3
Black with #DAC8A3
Text Example
Text Example
White with #DAC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8A3; }
p { color: rgb(218,200,163); }
H1.HeaderClassName
{
color: #DAC8A3;
}
.AnyTagClassName
{
color: #DAC8A3;
}
</style>
background-color css
<style>
a { background-color: #DAC8A3; }
a { background-color: rgb(218,200,163); }
div.DivClassName
{
background-color: #DAC8A3;
}
.BgClassName
{
background-color: #DAC8A3;
}
</style>
border-color css
<style>
span { border-color: #DAC8A3; }
span { border-color: rgb(218,200,163); }
td.TdClassName
{
border-color: #DAC8A3;
}
.TagClassName
{
border-color: #DAC8A3;
}
</style>