Shades of Raffia #DBC295
Tints of Raffia #DBC295
RGB
CMYK
RGB Variations
Color information
#DBC295 (or 0xDBC295) is known color: Raffia. HEX triplet: DB, C2 and 95. RGB value is (219,194,149). Sum of RGB (Red+Green+Blue) = 219+194+149=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC295 is #243D6A. Grayscale: #C4C4C4. Windows color (decimal): -2375019 or 9814747. OLE color: 9814747.
HSL color Cylindrical-coordinate representation of color #DBC295: hue angle of 38.57º degrees, saturation: 0.49, 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 #DBC295 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 149 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.14 |
| HSL | 38.57º | 0.49% | 0.72% | - |
| HSV(B) | 38.57º | 0.32% | 0.86% | - |
| XYZ | 53.93 | 55.81 | 36.36 | - |
| YUV | 196.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 149 | 0 | 0.11 | 0.32 | 0.14 | 38.57 | 0.49 | 0.72 |
| Hex | DB | C2 | 95 | 0 | B | 20 | E | 27 | 31 | 48 |
| Octal | 333 | 302 | 225 | 0 | 13 | 40 | 16 | 47 | 61 | 110 |
| Binary | 11011011 | 11000010 | 10010101 | 0 | 1011 | 100000 | 1110 | 100111 | 110001 | 1001000 |
Color Harmonies of #DBC295
Complementary color
Monochromatic Colors of #DBC295
Black with #DBC295
Text Example
Text Example
White with #DBC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC295; }
p { color: rgb(219,194,149); }
H1.HeaderClassName
{
color: #DBC295;
}
.AnyTagClassName
{
color: #DBC295;
}
</style>
background-color css
<style>
a { background-color: #DBC295; }
a { background-color: rgb(219,194,149); }
div.DivClassName
{
background-color: #DBC295;
}
.BgClassName
{
background-color: #DBC295;
}
</style>
border-color css
<style>
span { border-color: #DBC295; }
span { border-color: rgb(219,194,149); }
td.TdClassName
{
border-color: #DBC295;
}
.TagClassName
{
border-color: #DBC295;
}
</style>