Shades of Raffia #DBC695
Tints of Raffia #DBC695
RGB
CMYK
RGB Variations
Color information
#DBC695 (or 0xDBC695) is known color: Raffia. HEX triplet: DB, C6 and 95. RGB value is (219,198,149). Sum of RGB (Red+Green+Blue) = 219+198+149=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC695 is #24396A. Grayscale: #C6C6C6. Windows color (decimal): -2373995 or 9815771. OLE color: 9815771.
HSL color Cylindrical-coordinate representation of color #DBC695: hue angle of 42º 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 #DBC695 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 149 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.14 |
| HSL | 42º | 0.49% | 0.72% | - |
| HSV(B) | 42º | 0.32% | 0.86% | - |
| XYZ | 54.83 | 57.62 | 36.67 | - |
| YUV | 198.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 149 | 0 | 0.10 | 0.32 | 0.14 | 42 | 0.49 | 0.72 |
| Hex | DB | C6 | 95 | 0 | A | 20 | E | 2A | 31 | 48 |
| Octal | 333 | 306 | 225 | 0 | 12 | 40 | 16 | 52 | 61 | 110 |
| Binary | 11011011 | 11000110 | 10010101 | 0 | 1010 | 100000 | 1110 | 101010 | 110001 | 1001000 |
Color Harmonies of #DBC695
Complementary color
Monochromatic Colors of #DBC695
Black with #DBC695
Text Example
Text Example
White with #DBC695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC695; }
p { color: rgb(219,198,149); }
H1.HeaderClassName
{
color: #DBC695;
}
.AnyTagClassName
{
color: #DBC695;
}
</style>
background-color css
<style>
a { background-color: #DBC695; }
a { background-color: rgb(219,198,149); }
div.DivClassName
{
background-color: #DBC695;
}
.BgClassName
{
background-color: #DBC695;
}
</style>
border-color css
<style>
span { border-color: #DBC695; }
span { border-color: rgb(219,198,149); }
td.TdClassName
{
border-color: #DBC695;
}
.TagClassName
{
border-color: #DBC695;
}
</style>