Shades of Raffia #DBC098
Tints of Raffia #DBC098
RGB
CMYK
RGB Variations
Color information
#DBC098 (or 0xDBC098) is known color: Raffia. HEX triplet: DB, C0 and 98. RGB value is (219,192,152). Sum of RGB (Red+Green+Blue) = 219+192+152=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 152 (59.77% from 255 or 27.00% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC098 is #243F67. Grayscale: #C3C3C3. Windows color (decimal): -2375528 or 10010843. OLE color: 10010843.
HSL color Cylindrical-coordinate representation of color #DBC098: hue angle of 35.82º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBC098 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 152 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.14 |
| HSL | 35.82º | 0.48% | 0.73% | - |
| HSV(B) | 35.82º | 0.31% | 0.86% | - |
| XYZ | 53.73 | 55.03 | 37.5 | - |
| YUV | 195.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 152 | 0 | 0.12 | 0.31 | 0.14 | 35.82 | 0.48 | 0.73 |
| Hex | DB | C0 | 98 | 0 | C | 1F | E | 24 | 30 | 49 |
| Octal | 333 | 300 | 230 | 0 | 14 | 37 | 16 | 44 | 60 | 111 |
| Binary | 11011011 | 11000000 | 10011000 | 0 | 1100 | 11111 | 1110 | 100100 | 110000 | 1001001 |
Color Harmonies of #DBC098
Complementary color
Monochromatic Colors of #DBC098
Black with #DBC098
Text Example
Text Example
White with #DBC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC098; }
p { color: rgb(219,192,152); }
H1.HeaderClassName
{
color: #DBC098;
}
.AnyTagClassName
{
color: #DBC098;
}
</style>
background-color css
<style>
a { background-color: #DBC098; }
a { background-color: rgb(219,192,152); }
div.DivClassName
{
background-color: #DBC098;
}
.BgClassName
{
background-color: #DBC098;
}
</style>
border-color css
<style>
span { border-color: #DBC098; }
span { border-color: rgb(219,192,152); }
td.TdClassName
{
border-color: #DBC098;
}
.TagClassName
{
border-color: #DBC098;
}
</style>