Shades of Raffia #DBC4A0
Tints of Raffia #DBC4A0
RGB
CMYK
RGB Variations
Color information
#DBC4A0 (or 0xDBC4A0) is known color: Raffia. HEX triplet: DB, C4 and A0. RGB value is (219,196,160). Sum of RGB (Red+Green+Blue) = 219+196+160=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC4A0 is #243B5F. Grayscale: #C6C6C6. Windows color (decimal): -2374496 or 10536155. OLE color: 10536155.
HSL color Cylindrical-coordinate representation of color #DBC4A0: hue angle of 36.61º 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 #DBC4A0 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 160 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.14 |
| HSL | 36.61º | 0.45% | 0.74% | - |
| HSV(B) | 36.61º | 0.27% | 0.86% | - |
| XYZ | 55.3 | 57.08 | 41.36 | - |
| YUV | 198.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 160 | 0 | 0.11 | 0.27 | 0.14 | 36.61 | 0.45 | 0.74 |
| Hex | DB | C4 | A0 | 0 | B | 1B | E | 25 | 2D | 4A |
| Octal | 333 | 304 | 240 | 0 | 13 | 33 | 16 | 45 | 55 | 112 |
| Binary | 11011011 | 11000100 | 10100000 | 0 | 1011 | 11011 | 1110 | 100101 | 101101 | 1001010 |
Color Harmonies of #DBC4A0
Complementary color
Monochromatic Colors of #DBC4A0
Black with #DBC4A0
Text Example
Text Example
White with #DBC4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4A0; }
p { color: rgb(219,196,160); }
H1.HeaderClassName
{
color: #DBC4A0;
}
.AnyTagClassName
{
color: #DBC4A0;
}
</style>
background-color css
<style>
a { background-color: #DBC4A0; }
a { background-color: rgb(219,196,160); }
div.DivClassName
{
background-color: #DBC4A0;
}
.BgClassName
{
background-color: #DBC4A0;
}
</style>
border-color css
<style>
span { border-color: #DBC4A0; }
span { border-color: rgb(219,196,160); }
td.TdClassName
{
border-color: #DBC4A0;
}
.TagClassName
{
border-color: #DBC4A0;
}
</style>