Shades of Raffia #DBC09E
Tints of Raffia #DBC09E
RGB
CMYK
RGB Variations
Color information
#DBC09E (or 0xDBC09E) is known color: Raffia. HEX triplet: DB, C0 and 9E. RGB value is (219,192,158). Sum of RGB (Red+Green+Blue) = 219+192+158=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC09E is #243F61. Grayscale: #C4C4C4. Windows color (decimal): -2375522 or 10404059. OLE color: 10404059.
HSL color Cylindrical-coordinate representation of color #DBC09E: hue angle of 33.44º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBC09E is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 158 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.14 |
| HSL | 33.44º | 0.46% | 0.74% | - |
| HSV(B) | 33.44º | 0.28% | 0.86% | - |
| XYZ | 54.23 | 55.23 | 40.15 | - |
| YUV | 196.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 158 | 0 | 0.12 | 0.28 | 0.14 | 33.44 | 0.46 | 0.74 |
| Hex | DB | C0 | 9E | 0 | C | 1C | E | 21 | 2E | 4A |
| Octal | 333 | 300 | 236 | 0 | 14 | 34 | 16 | 41 | 56 | 112 |
| Binary | 11011011 | 11000000 | 10011110 | 0 | 1100 | 11100 | 1110 | 100001 | 101110 | 1001010 |
Color Harmonies of #DBC09E
Complementary color
Monochromatic Colors of #DBC09E
Black with #DBC09E
Text Example
Text Example
White with #DBC09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC09E; }
p { color: rgb(219,192,158); }
H1.HeaderClassName
{
color: #DBC09E;
}
.AnyTagClassName
{
color: #DBC09E;
}
</style>
background-color css
<style>
a { background-color: #DBC09E; }
a { background-color: rgb(219,192,158); }
div.DivClassName
{
background-color: #DBC09E;
}
.BgClassName
{
background-color: #DBC09E;
}
</style>
border-color css
<style>
span { border-color: #DBC09E; }
span { border-color: rgb(219,192,158); }
td.TdClassName
{
border-color: #DBC09E;
}
.TagClassName
{
border-color: #DBC09E;
}
</style>