Shades of Raffia #DBC5A0
Tints of Raffia #DBC5A0
RGB
CMYK
RGB Variations
Color information
#DBC5A0 (or 0xDBC5A0) is known color: Raffia. HEX triplet: DB, C5 and A0. RGB value is (219,197,160). Sum of RGB (Red+Green+Blue) = 219+197+160=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC5A0 is #243A5F. Grayscale: #C7C7C7. Windows color (decimal): -2374240 or 10536411. OLE color: 10536411.
HSL color Cylindrical-coordinate representation of color #DBC5A0: hue angle of 37.63º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBC5A0 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 160 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.14 |
| HSL | 37.63º | 0.45% | 0.74% | - |
| HSV(B) | 37.63º | 0.27% | 0.86% | - |
| XYZ | 55.52 | 57.53 | 41.44 | - |
| YUV | 199.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 160 | 0 | 0.10 | 0.27 | 0.14 | 37.63 | 0.45 | 0.74 |
| Hex | DB | C5 | A0 | 0 | A | 1B | E | 26 | 2D | 4A |
| Octal | 333 | 305 | 240 | 0 | 12 | 33 | 16 | 46 | 55 | 112 |
| Binary | 11011011 | 11000101 | 10100000 | 0 | 1010 | 11011 | 1110 | 100110 | 101101 | 1001010 |
Color Harmonies of #DBC5A0
Complementary color
Monochromatic Colors of #DBC5A0
Black with #DBC5A0
Text Example
Text Example
White with #DBC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5A0; }
p { color: rgb(219,197,160); }
H1.HeaderClassName
{
color: #DBC5A0;
}
.AnyTagClassName
{
color: #DBC5A0;
}
</style>
background-color css
<style>
a { background-color: #DBC5A0; }
a { background-color: rgb(219,197,160); }
div.DivClassName
{
background-color: #DBC5A0;
}
.BgClassName
{
background-color: #DBC5A0;
}
</style>
border-color css
<style>
span { border-color: #DBC5A0; }
span { border-color: rgb(219,197,160); }
td.TdClassName
{
border-color: #DBC5A0;
}
.TagClassName
{
border-color: #DBC5A0;
}
</style>