Shades of Raffia #DACBA8
Tints of Raffia #DACBA8
RGB
CMYK
RGB Variations
Color information
#DACBA8 (or 0xDACBA8) is known color: Raffia. HEX triplet: DA, CB and A8. RGB value is (218,203,168). Sum of RGB (Red+Green+Blue) = 218+203+168=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBA8 is #253457. Grayscale: #CBCBCB. Windows color (decimal): -2438232 or 11062234. OLE color: 11062234.
HSL color Cylindrical-coordinate representation of color #DACBA8: hue angle of 42º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DACBA8 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 168 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.15 |
| HSL | 42º | 0.4% | 0.76% | - |
| HSV(B) | 42º | 0.23% | 0.85% | - |
| XYZ | 57.34 | 60.44 | 45.69 | - |
| YUV | 203.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 168 | 0 | 0.07 | 0.23 | 0.15 | 42 | 0.4 | 0.76 |
| Hex | DA | CB | A8 | 0 | 7 | 17 | F | 2A | 28 | 4C |
| Octal | 332 | 313 | 250 | 0 | 7 | 27 | 17 | 52 | 50 | 114 |
| Binary | 11011010 | 11001011 | 10101000 | 0 | 111 | 10111 | 1111 | 101010 | 101000 | 1001100 |
Color Harmonies of #DACBA8
Complementary color
Monochromatic Colors of #DACBA8
Black with #DACBA8
Text Example
Text Example
White with #DACBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBA8; }
p { color: rgb(218,203,168); }
H1.HeaderClassName
{
color: #DACBA8;
}
.AnyTagClassName
{
color: #DACBA8;
}
</style>
background-color css
<style>
a { background-color: #DACBA8; }
a { background-color: rgb(218,203,168); }
div.DivClassName
{
background-color: #DACBA8;
}
.BgClassName
{
background-color: #DACBA8;
}
</style>
border-color css
<style>
span { border-color: #DACBA8; }
span { border-color: rgb(218,203,168); }
td.TdClassName
{
border-color: #DACBA8;
}
.TagClassName
{
border-color: #DACBA8;
}
</style>