Shades of Raffia #DBC599
Tints of Raffia #DBC599
RGB
CMYK
RGB Variations
Color information
#DBC599 (or 0xDBC599) is known color: Raffia. HEX triplet: DB, C5 and 99. RGB value is (219,197,153). Sum of RGB (Red+Green+Blue) = 219+197+153=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC599 is #243A66. Grayscale: #C6C6C6. Windows color (decimal): -2374247 or 10077659. OLE color: 10077659.
HSL color Cylindrical-coordinate representation of color #DBC599: hue angle of 40º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBC599 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 153 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.14 |
| HSL | 40º | 0.48% | 0.73% | - |
| HSV(B) | 40º | 0.3% | 0.86% | - |
| XYZ | 54.93 | 57.29 | 38.3 | - |
| YUV | 198.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 153 | 0 | 0.10 | 0.30 | 0.14 | 40 | 0.48 | 0.73 |
| Hex | DB | C5 | 99 | 0 | A | 1E | E | 28 | 30 | 49 |
| Octal | 333 | 305 | 231 | 0 | 12 | 36 | 16 | 50 | 60 | 111 |
| Binary | 11011011 | 11000101 | 10011001 | 0 | 1010 | 11110 | 1110 | 101000 | 110000 | 1001001 |
Color Harmonies of #DBC599
Complementary color
Monochromatic Colors of #DBC599
Black with #DBC599
Text Example
Text Example
White with #DBC599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC599; }
p { color: rgb(219,197,153); }
H1.HeaderClassName
{
color: #DBC599;
}
.AnyTagClassName
{
color: #DBC599;
}
</style>
background-color css
<style>
a { background-color: #DBC599; }
a { background-color: rgb(219,197,153); }
div.DivClassName
{
background-color: #DBC599;
}
.BgClassName
{
background-color: #DBC599;
}
</style>
border-color css
<style>
span { border-color: #DBC599; }
span { border-color: rgb(219,197,153); }
td.TdClassName
{
border-color: #DBC599;
}
.TagClassName
{
border-color: #DBC599;
}
</style>