Shades of Raffia #DBC0A1
Tints of Raffia #DBC0A1
RGB
CMYK
RGB Variations
Color information
#DBC0A1 (or 0xDBC0A1) is known color: Raffia. HEX triplet: DB, C0 and A1. RGB value is (219,192,161). Sum of RGB (Red+Green+Blue) = 219+192+161=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0A1 is #243F5E. Grayscale: #C4C4C4. Windows color (decimal): -2375519 or 10600667. OLE color: 10600667.
HSL color Cylindrical-coordinate representation of color #DBC0A1: hue angle of 32.07º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBC0A1 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 161 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.14 |
| HSL | 32.07º | 0.45% | 0.75% | - |
| HSV(B) | 32.07º | 0.26% | 0.86% | - |
| XYZ | 54.5 | 55.33 | 41.53 | - |
| YUV | 196.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 161 | 0 | 0.12 | 0.26 | 0.14 | 32.07 | 0.45 | 0.75 |
| Hex | DB | C0 | A1 | 0 | C | 1A | E | 20 | 2D | 4B |
| Octal | 333 | 300 | 241 | 0 | 14 | 32 | 16 | 40 | 55 | 113 |
| Binary | 11011011 | 11000000 | 10100001 | 0 | 1100 | 11010 | 1110 | 100000 | 101101 | 1001011 |
Color Harmonies of #DBC0A1
Complementary color
Monochromatic Colors of #DBC0A1
Black with #DBC0A1
Text Example
Text Example
White with #DBC0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0A1; }
p { color: rgb(219,192,161); }
H1.HeaderClassName
{
color: #DBC0A1;
}
.AnyTagClassName
{
color: #DBC0A1;
}
</style>
background-color css
<style>
a { background-color: #DBC0A1; }
a { background-color: rgb(219,192,161); }
div.DivClassName
{
background-color: #DBC0A1;
}
.BgClassName
{
background-color: #DBC0A1;
}
</style>
border-color css
<style>
span { border-color: #DBC0A1; }
span { border-color: rgb(219,192,161); }
td.TdClassName
{
border-color: #DBC0A1;
}
.TagClassName
{
border-color: #DBC0A1;
}
</style>