Shades of Raffia #DBC89E
Tints of Raffia #DBC89E
RGB
CMYK
RGB Variations
Color information
#DBC89E (or 0xDBC89E) is known color: Raffia. HEX triplet: DB, C8 and 9E. RGB value is (219,200,158). Sum of RGB (Red+Green+Blue) = 219+200+158=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC89E is #243761. Grayscale: #C9C9C9. Windows color (decimal): -2373474 or 10406107. OLE color: 10406107.
HSL color Cylindrical-coordinate representation of color #DBC89E: hue angle of 41.31º 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 #DBC89E is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 158 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.14 |
| HSL | 41.31º | 0.46% | 0.74% | - |
| HSV(B) | 41.31º | 0.28% | 0.86% | - |
| XYZ | 56.04 | 58.84 | 40.75 | - |
| YUV | 200.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 158 | 0 | 0.09 | 0.28 | 0.14 | 41.31 | 0.46 | 0.74 |
| Hex | DB | C8 | 9E | 0 | 9 | 1C | E | 29 | 2E | 4A |
| Octal | 333 | 310 | 236 | 0 | 11 | 34 | 16 | 51 | 56 | 112 |
| Binary | 11011011 | 11001000 | 10011110 | 0 | 1001 | 11100 | 1110 | 101001 | 101110 | 1001010 |
Color Harmonies of #DBC89E
Complementary color
Monochromatic Colors of #DBC89E
Black with #DBC89E
Text Example
Text Example
White with #DBC89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC89E; }
p { color: rgb(219,200,158); }
H1.HeaderClassName
{
color: #DBC89E;
}
.AnyTagClassName
{
color: #DBC89E;
}
</style>
background-color css
<style>
a { background-color: #DBC89E; }
a { background-color: rgb(219,200,158); }
div.DivClassName
{
background-color: #DBC89E;
}
.BgClassName
{
background-color: #DBC89E;
}
</style>
border-color css
<style>
span { border-color: #DBC89E; }
span { border-color: rgb(219,200,158); }
td.TdClassName
{
border-color: #DBC89E;
}
.TagClassName
{
border-color: #DBC89E;
}
</style>