Shades of Raffia #DBC097
Tints of Raffia #DBC097
RGB
CMYK
RGB Variations
Color information
#DBC097 (or 0xDBC097) is known color: Raffia. HEX triplet: DB, C0 and 97. RGB value is (219,192,151). Sum of RGB (Red+Green+Blue) = 219+192+151=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC097 is #243F68. Grayscale: #C3C3C3. Windows color (decimal): -2375529 or 9945307. OLE color: 9945307.
HSL color Cylindrical-coordinate representation of color #DBC097: hue angle of 36.18º degrees, saturation: 0.49, 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 #DBC097 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 151 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.14 |
| HSL | 36.18º | 0.49% | 0.73% | - |
| HSV(B) | 36.18º | 0.31% | 0.86% | - |
| XYZ | 53.65 | 54.99 | 37.07 | - |
| YUV | 195.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 151 | 0 | 0.12 | 0.31 | 0.14 | 36.18 | 0.49 | 0.73 |
| Hex | DB | C0 | 97 | 0 | C | 1F | E | 24 | 31 | 49 |
| Octal | 333 | 300 | 227 | 0 | 14 | 37 | 16 | 44 | 61 | 111 |
| Binary | 11011011 | 11000000 | 10010111 | 0 | 1100 | 11111 | 1110 | 100100 | 110001 | 1001001 |
Color Harmonies of #DBC097
Complementary color
Monochromatic Colors of #DBC097
Black with #DBC097
Text Example
Text Example
White with #DBC097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC097; }
p { color: rgb(219,192,151); }
H1.HeaderClassName
{
color: #DBC097;
}
.AnyTagClassName
{
color: #DBC097;
}
</style>
background-color css
<style>
a { background-color: #DBC097; }
a { background-color: rgb(219,192,151); }
div.DivClassName
{
background-color: #DBC097;
}
.BgClassName
{
background-color: #DBC097;
}
</style>
border-color css
<style>
span { border-color: #DBC097; }
span { border-color: rgb(219,192,151); }
td.TdClassName
{
border-color: #DBC097;
}
.TagClassName
{
border-color: #DBC097;
}
</style>