Shades of Raffia #DACBA3
Tints of Raffia #DACBA3
RGB
CMYK
RGB Variations
Color information
#DACBA3 (or 0xDACBA3) is known color: Raffia. HEX triplet: DA, CB and A3. RGB value is (218,203,163). Sum of RGB (Red+Green+Blue) = 218+203+163=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBA3 is #25345C. Grayscale: #CBCBCB. Windows color (decimal): -2438237 or 10734554. OLE color: 10734554.
HSL color Cylindrical-coordinate representation of color #DACBA3: hue angle of 43.64º 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 #DACBA3 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 163 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.15 |
| HSL | 43.64º | 0.43% | 0.75% | - |
| HSV(B) | 43.64º | 0.25% | 0.85% | - |
| XYZ | 56.88 | 60.26 | 43.28 | - |
| YUV | 202.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 163 | 0 | 0.07 | 0.25 | 0.15 | 43.64 | 0.43 | 0.75 |
| Hex | DA | CB | A3 | 0 | 7 | 19 | F | 2C | 2B | 4B |
| Octal | 332 | 313 | 243 | 0 | 7 | 31 | 17 | 54 | 53 | 113 |
| Binary | 11011010 | 11001011 | 10100011 | 0 | 111 | 11001 | 1111 | 101100 | 101011 | 1001011 |
Color Harmonies of #DACBA3
Complementary color
Monochromatic Colors of #DACBA3
Black with #DACBA3
Text Example
Text Example
White with #DACBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBA3; }
p { color: rgb(218,203,163); }
H1.HeaderClassName
{
color: #DACBA3;
}
.AnyTagClassName
{
color: #DACBA3;
}
</style>
background-color css
<style>
a { background-color: #DACBA3; }
a { background-color: rgb(218,203,163); }
div.DivClassName
{
background-color: #DACBA3;
}
.BgClassName
{
background-color: #DACBA3;
}
</style>
border-color css
<style>
span { border-color: #DACBA3; }
span { border-color: rgb(218,203,163); }
td.TdClassName
{
border-color: #DACBA3;
}
.TagClassName
{
border-color: #DACBA3;
}
</style>