Shades of Raffia #DBC699
Tints of Raffia #DBC699
RGB
CMYK
RGB Variations
Color information
#DBC699 (or 0xDBC699) is known color: Raffia. HEX triplet: DB, C6 and 99. RGB value is (219,198,153). Sum of RGB (Red+Green+Blue) = 219+198+153=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC699 is #243966. Grayscale: #C7C7C7. Windows color (decimal): -2373991 or 10077915. OLE color: 10077915.
HSL color Cylindrical-coordinate representation of color #DBC699: hue angle of 40.91º 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 #DBC699 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 153 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.14 |
| HSL | 40.91º | 0.48% | 0.73% | - |
| HSV(B) | 40.91º | 0.3% | 0.86% | - |
| XYZ | 55.16 | 57.75 | 38.38 | - |
| YUV | 199.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 153 | 0 | 0.10 | 0.30 | 0.14 | 40.91 | 0.48 | 0.73 |
| Hex | DB | C6 | 99 | 0 | A | 1E | E | 29 | 30 | 49 |
| Octal | 333 | 306 | 231 | 0 | 12 | 36 | 16 | 51 | 60 | 111 |
| Binary | 11011011 | 11000110 | 10011001 | 0 | 1010 | 11110 | 1110 | 101001 | 110000 | 1001001 |
Color Harmonies of #DBC699
Complementary color
Monochromatic Colors of #DBC699
Black with #DBC699
Text Example
Text Example
White with #DBC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC699; }
p { color: rgb(219,198,153); }
H1.HeaderClassName
{
color: #DBC699;
}
.AnyTagClassName
{
color: #DBC699;
}
</style>
background-color css
<style>
a { background-color: #DBC699; }
a { background-color: rgb(219,198,153); }
div.DivClassName
{
background-color: #DBC699;
}
.BgClassName
{
background-color: #DBC699;
}
</style>
border-color css
<style>
span { border-color: #DBC699; }
span { border-color: rgb(219,198,153); }
td.TdClassName
{
border-color: #DBC699;
}
.TagClassName
{
border-color: #DBC699;
}
</style>