Shades of Raffia #DBC393
Tints of Raffia #DBC393
RGB
CMYK
RGB Variations
Color information
#DBC393 (or 0xDBC393) is known color: Raffia. HEX triplet: DB, C3 and 93. RGB value is (219,195,147). Sum of RGB (Red+Green+Blue) = 219+195+147=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC393 is #243C6C. Grayscale: #C4C4C4. Windows color (decimal): -2374765 or 9683931. OLE color: 9683931.
HSL color Cylindrical-coordinate representation of color #DBC393: hue angle of 40º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBC393 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 147 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.14 |
| HSL | 40º | 0.5% | 0.72% | - |
| HSV(B) | 40º | 0.33% | 0.86% | - |
| XYZ | 53.99 | 56.2 | 35.61 | - |
| YUV | 196.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 147 | 0 | 0.11 | 0.33 | 0.14 | 40 | 0.5 | 0.72 |
| Hex | DB | C3 | 93 | 0 | B | 21 | E | 28 | 32 | 48 |
| Octal | 333 | 303 | 223 | 0 | 13 | 41 | 16 | 50 | 62 | 110 |
| Binary | 11011011 | 11000011 | 10010011 | 0 | 1011 | 100001 | 1110 | 101000 | 110010 | 1001000 |
Color Harmonies of #DBC393
Complementary color
Monochromatic Colors of #DBC393
Black with #DBC393
Text Example
Text Example
White with #DBC393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC393; }
p { color: rgb(219,195,147); }
H1.HeaderClassName
{
color: #DBC393;
}
.AnyTagClassName
{
color: #DBC393;
}
</style>
background-color css
<style>
a { background-color: #DBC393; }
a { background-color: rgb(219,195,147); }
div.DivClassName
{
background-color: #DBC393;
}
.BgClassName
{
background-color: #DBC393;
}
</style>
border-color css
<style>
span { border-color: #DBC393; }
span { border-color: rgb(219,195,147); }
td.TdClassName
{
border-color: #DBC393;
}
.TagClassName
{
border-color: #DBC393;
}
</style>