Shades of Raffia #DBC594
Tints of Raffia #DBC594
RGB
CMYK
RGB Variations
Color information
#DBC594 (or 0xDBC594) is known color: Raffia. HEX triplet: DB, C5 and 94. RGB value is (219,197,148). Sum of RGB (Red+Green+Blue) = 219+197+148=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC594 is #243A6B. Grayscale: #C6C6C6. Windows color (decimal): -2374252 or 9749979. OLE color: 9749979.
HSL color Cylindrical-coordinate representation of color #DBC594: hue angle of 41.41º 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 #DBC594 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 148 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.14 |
| HSL | 41.41º | 0.5% | 0.72% | - |
| HSV(B) | 41.41º | 0.32% | 0.86% | - |
| XYZ | 54.52 | 57.13 | 36.17 | - |
| YUV | 197.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 148 | 0 | 0.10 | 0.32 | 0.14 | 41.41 | 0.5 | 0.72 |
| Hex | DB | C5 | 94 | 0 | A | 20 | E | 29 | 32 | 48 |
| Octal | 333 | 305 | 224 | 0 | 12 | 40 | 16 | 51 | 62 | 110 |
| Binary | 11011011 | 11000101 | 10010100 | 0 | 1010 | 100000 | 1110 | 101001 | 110010 | 1001000 |
Color Harmonies of #DBC594
Complementary color
Monochromatic Colors of #DBC594
Black with #DBC594
Text Example
Text Example
White with #DBC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC594; }
p { color: rgb(219,197,148); }
H1.HeaderClassName
{
color: #DBC594;
}
.AnyTagClassName
{
color: #DBC594;
}
</style>
background-color css
<style>
a { background-color: #DBC594; }
a { background-color: rgb(219,197,148); }
div.DivClassName
{
background-color: #DBC594;
}
.BgClassName
{
background-color: #DBC594;
}
</style>
border-color css
<style>
span { border-color: #DBC594; }
span { border-color: rgb(219,197,148); }
td.TdClassName
{
border-color: #DBC594;
}
.TagClassName
{
border-color: #DBC594;
}
</style>