Shades of Raffia #DAC8AB
Tints of Raffia #DAC8AB
RGB
CMYK
RGB Variations
Color information
#DAC8AB (or 0xDAC8AB) is known color: Raffia. HEX triplet: DA, C8 and AB. RGB value is (218,200,171). Sum of RGB (Red+Green+Blue) = 218+200+171=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8AB is #253754. Grayscale: #CACACA. Windows color (decimal): -2438997 or 11258074. OLE color: 11258074.
HSL color Cylindrical-coordinate representation of color #DAC8AB: hue angle of 37.02º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC8AB is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 171 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.15 |
| HSL | 37.02º | 0.39% | 0.76% | - |
| HSV(B) | 37.02º | 0.22% | 0.85% | - |
| XYZ | 56.92 | 59.15 | 46.95 | - |
| YUV | 202.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 171 | 0 | 0.08 | 0.22 | 0.15 | 37.02 | 0.39 | 0.76 |
| Hex | DA | C8 | AB | 0 | 8 | 16 | F | 25 | 27 | 4C |
| Octal | 332 | 310 | 253 | 0 | 10 | 26 | 17 | 45 | 47 | 114 |
| Binary | 11011010 | 11001000 | 10101011 | 0 | 1000 | 10110 | 1111 | 100101 | 100111 | 1001100 |
Color Harmonies of #DAC8AB
Complementary color
Monochromatic Colors of #DAC8AB
Black with #DAC8AB
Text Example
Text Example
White with #DAC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8AB; }
p { color: rgb(218,200,171); }
H1.HeaderClassName
{
color: #DAC8AB;
}
.AnyTagClassName
{
color: #DAC8AB;
}
</style>
background-color css
<style>
a { background-color: #DAC8AB; }
a { background-color: rgb(218,200,171); }
div.DivClassName
{
background-color: #DAC8AB;
}
.BgClassName
{
background-color: #DAC8AB;
}
</style>
border-color css
<style>
span { border-color: #DAC8AB; }
span { border-color: rgb(218,200,171); }
td.TdClassName
{
border-color: #DAC8AB;
}
.TagClassName
{
border-color: #DAC8AB;
}
</style>