Shades of Raffia #DBC598
Tints of Raffia #DBC598
RGB
CMYK
RGB Variations
Color information
#DBC598 (or 0xDBC598) is known color: Raffia. HEX triplet: DB, C5 and 98. RGB value is (219,197,152). Sum of RGB (Red+Green+Blue) = 219+197+152=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC598 is #243A67. Grayscale: #C6C6C6. Windows color (decimal): -2374248 or 10012123. OLE color: 10012123.
HSL color Cylindrical-coordinate representation of color #DBC598: hue angle of 40.3º 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 #DBC598 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 152 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.14 |
| HSL | 40.3º | 0.48% | 0.73% | - |
| HSV(B) | 40.3º | 0.31% | 0.86% | - |
| XYZ | 54.85 | 57.26 | 37.87 | - |
| YUV | 198.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 152 | 0 | 0.10 | 0.31 | 0.14 | 40.3 | 0.48 | 0.73 |
| Hex | DB | C5 | 98 | 0 | A | 1F | E | 28 | 30 | 49 |
| Octal | 333 | 305 | 230 | 0 | 12 | 37 | 16 | 50 | 60 | 111 |
| Binary | 11011011 | 11000101 | 10011000 | 0 | 1010 | 11111 | 1110 | 101000 | 110000 | 1001001 |
Color Harmonies of #DBC598
Complementary color
Monochromatic Colors of #DBC598
Black with #DBC598
Text Example
Text Example
White with #DBC598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC598; }
p { color: rgb(219,197,152); }
H1.HeaderClassName
{
color: #DBC598;
}
.AnyTagClassName
{
color: #DBC598;
}
</style>
background-color css
<style>
a { background-color: #DBC598; }
a { background-color: rgb(219,197,152); }
div.DivClassName
{
background-color: #DBC598;
}
.BgClassName
{
background-color: #DBC598;
}
</style>
border-color css
<style>
span { border-color: #DBC598; }
span { border-color: rgb(219,197,152); }
td.TdClassName
{
border-color: #DBC598;
}
.TagClassName
{
border-color: #DBC598;
}
</style>