Shades of Raffia #DBC595
Tints of Raffia #DBC595
RGB
CMYK
RGB Variations
Color information
#DBC595 (or 0xDBC595) is known color: Raffia. HEX triplet: DB, C5 and 95. RGB value is (219,197,149). Sum of RGB (Red+Green+Blue) = 219+197+149=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC595 is #243A6A. Grayscale: #C6C6C6. Windows color (decimal): -2374251 or 9815515. OLE color: 9815515.
HSL color Cylindrical-coordinate representation of color #DBC595: hue angle of 41.14º 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 #DBC595 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 149 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.14 |
| HSL | 41.14º | 0.49% | 0.72% | - |
| HSV(B) | 41.14º | 0.32% | 0.86% | - |
| XYZ | 54.6 | 57.16 | 36.59 | - |
| YUV | 198.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 149 | 0 | 0.10 | 0.32 | 0.14 | 41.14 | 0.49 | 0.72 |
| Hex | DB | C5 | 95 | 0 | A | 20 | E | 29 | 31 | 48 |
| Octal | 333 | 305 | 225 | 0 | 12 | 40 | 16 | 51 | 61 | 110 |
| Binary | 11011011 | 11000101 | 10010101 | 0 | 1010 | 100000 | 1110 | 101001 | 110001 | 1001000 |
Color Harmonies of #DBC595
Complementary color
Monochromatic Colors of #DBC595
Black with #DBC595
Text Example
Text Example
White with #DBC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC595; }
p { color: rgb(219,197,149); }
H1.HeaderClassName
{
color: #DBC595;
}
.AnyTagClassName
{
color: #DBC595;
}
</style>
background-color css
<style>
a { background-color: #DBC595; }
a { background-color: rgb(219,197,149); }
div.DivClassName
{
background-color: #DBC595;
}
.BgClassName
{
background-color: #DBC595;
}
</style>
border-color css
<style>
span { border-color: #DBC595; }
span { border-color: rgb(219,197,149); }
td.TdClassName
{
border-color: #DBC595;
}
.TagClassName
{
border-color: #DBC595;
}
</style>