Shades of Raffia #DBC294
Tints of Raffia #DBC294
RGB
CMYK
RGB Variations
Color information
#DBC294 (or 0xDBC294) is known color: Raffia. HEX triplet: DB, C2 and 94. RGB value is (219,194,148). Sum of RGB (Red+Green+Blue) = 219+194+148=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC294 is #243D6B. Grayscale: #C4C4C4. Windows color (decimal): -2375020 or 9749211. OLE color: 9749211.
HSL color Cylindrical-coordinate representation of color #DBC294: hue angle of 38.87º 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 #DBC294 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 148 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.14 |
| HSL | 38.87º | 0.5% | 0.72% | - |
| HSV(B) | 38.87º | 0.32% | 0.86% | - |
| XYZ | 53.85 | 55.78 | 35.95 | - |
| YUV | 196.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 148 | 0 | 0.11 | 0.32 | 0.14 | 38.87 | 0.5 | 0.72 |
| Hex | DB | C2 | 94 | 0 | B | 20 | E | 27 | 32 | 48 |
| Octal | 333 | 302 | 224 | 0 | 13 | 40 | 16 | 47 | 62 | 110 |
| Binary | 11011011 | 11000010 | 10010100 | 0 | 1011 | 100000 | 1110 | 100111 | 110010 | 1001000 |
Color Harmonies of #DBC294
Complementary color
Monochromatic Colors of #DBC294
Black with #DBC294
Text Example
Text Example
White with #DBC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC294; }
p { color: rgb(219,194,148); }
H1.HeaderClassName
{
color: #DBC294;
}
.AnyTagClassName
{
color: #DBC294;
}
</style>
background-color css
<style>
a { background-color: #DBC294; }
a { background-color: rgb(219,194,148); }
div.DivClassName
{
background-color: #DBC294;
}
.BgClassName
{
background-color: #DBC294;
}
</style>
border-color css
<style>
span { border-color: #DBC294; }
span { border-color: rgb(219,194,148); }
td.TdClassName
{
border-color: #DBC294;
}
.TagClassName
{
border-color: #DBC294;
}
</style>