Shades of Raffia #DBC394
Tints of Raffia #DBC394
RGB
CMYK
RGB Variations
Color information
#DBC394 (or 0xDBC394) is known color: Raffia. HEX triplet: DB, C3 and 94. RGB value is (219,195,148). Sum of RGB (Red+Green+Blue) = 219+195+148=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC394 is #243C6B. Grayscale: #C5C5C5. Windows color (decimal): -2374764 or 9749467. OLE color: 9749467.
HSL color Cylindrical-coordinate representation of color #DBC394: hue angle of 39.72º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBC394 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 148 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.14 |
| HSL | 39.72º | 0.5% | 0.72% | - |
| HSV(B) | 39.72º | 0.32% | 0.86% | - |
| XYZ | 54.07 | 56.23 | 36.02 | - |
| YUV | 196.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 148 | 0 | 0.11 | 0.32 | 0.14 | 39.72 | 0.5 | 0.72 |
| Hex | DB | C3 | 94 | 0 | B | 20 | E | 28 | 32 | 48 |
| Octal | 333 | 303 | 224 | 0 | 13 | 40 | 16 | 50 | 62 | 110 |
| Binary | 11011011 | 11000011 | 10010100 | 0 | 1011 | 100000 | 1110 | 101000 | 110010 | 1001000 |
Color Harmonies of #DBC394
Complementary color
Monochromatic Colors of #DBC394
Black with #DBC394
Text Example
Text Example
White with #DBC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC394; }
p { color: rgb(219,195,148); }
H1.HeaderClassName
{
color: #DBC394;
}
.AnyTagClassName
{
color: #DBC394;
}
</style>
background-color css
<style>
a { background-color: #DBC394; }
a { background-color: rgb(219,195,148); }
div.DivClassName
{
background-color: #DBC394;
}
.BgClassName
{
background-color: #DBC394;
}
</style>
border-color css
<style>
span { border-color: #DBC394; }
span { border-color: rgb(219,195,148); }
td.TdClassName
{
border-color: #DBC394;
}
.TagClassName
{
border-color: #DBC394;
}
</style>