Shades of Raffia #DBC195
Tints of Raffia #DBC195
RGB
CMYK
RGB Variations
Color information
#DBC195 (or 0xDBC195) is known color: Raffia. HEX triplet: DB, C1 and 95. RGB value is (219,193,149). Sum of RGB (Red+Green+Blue) = 219+193+149=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC195 is #243E6A. Grayscale: #C3C3C3. Windows color (decimal): -2375275 or 9814491. OLE color: 9814491.
HSL color Cylindrical-coordinate representation of color #DBC195: hue angle of 37.71º 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 #DBC195 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 149 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.14 |
| HSL | 37.71º | 0.49% | 0.72% | - |
| HSV(B) | 37.71º | 0.32% | 0.86% | - |
| XYZ | 53.71 | 55.37 | 36.29 | - |
| YUV | 195.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 149 | 0 | 0.12 | 0.32 | 0.14 | 37.71 | 0.49 | 0.72 |
| Hex | DB | C1 | 95 | 0 | C | 20 | E | 26 | 31 | 48 |
| Octal | 333 | 301 | 225 | 0 | 14 | 40 | 16 | 46 | 61 | 110 |
| Binary | 11011011 | 11000001 | 10010101 | 0 | 1100 | 100000 | 1110 | 100110 | 110001 | 1001000 |
Color Harmonies of #DBC195
Complementary color
Monochromatic Colors of #DBC195
Black with #DBC195
Text Example
Text Example
White with #DBC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC195; }
p { color: rgb(219,193,149); }
H1.HeaderClassName
{
color: #DBC195;
}
.AnyTagClassName
{
color: #DBC195;
}
</style>
background-color css
<style>
a { background-color: #DBC195; }
a { background-color: rgb(219,193,149); }
div.DivClassName
{
background-color: #DBC195;
}
.BgClassName
{
background-color: #DBC195;
}
</style>
border-color css
<style>
span { border-color: #DBC195; }
span { border-color: rgb(219,193,149); }
td.TdClassName
{
border-color: #DBC195;
}
.TagClassName
{
border-color: #DBC195;
}
</style>