Shades of Raffia #DBBE9E
Tints of Raffia #DBBE9E
RGB
CMYK
RGB Variations
Color information
#DBBE9E (or 0xDBBE9E) is known color: Raffia. HEX triplet: DB, BE and 9E. RGB value is (219,190,158). Sum of RGB (Red+Green+Blue) = 219+190+158=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE9E is #244161. Grayscale: #C3C3C3. Windows color (decimal): -2376034 or 10403547. OLE color: 10403547.
HSL color Cylindrical-coordinate representation of color #DBBE9E: hue angle of 31.48º 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 #DBBE9E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 158 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.14 |
| HSL | 31.48º | 0.46% | 0.74% | - |
| HSV(B) | 31.48º | 0.28% | 0.86% | - |
| XYZ | 53.8 | 54.36 | 40 | - |
| YUV | 195.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 158 | 0 | 0.13 | 0.28 | 0.14 | 31.48 | 0.46 | 0.74 |
| Hex | DB | BE | 9E | 0 | D | 1C | E | 1F | 2E | 4A |
| Octal | 333 | 276 | 236 | 0 | 15 | 34 | 16 | 37 | 56 | 112 |
| Binary | 11011011 | 10111110 | 10011110 | 0 | 1101 | 11100 | 1110 | 11111 | 101110 | 1001010 |
Color Harmonies of #DBBE9E
Complementary color
Monochromatic Colors of #DBBE9E
Black with #DBBE9E
Text Example
Text Example
White with #DBBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE9E; }
p { color: rgb(219,190,158); }
H1.HeaderClassName
{
color: #DBBE9E;
}
.AnyTagClassName
{
color: #DBBE9E;
}
</style>
background-color css
<style>
a { background-color: #DBBE9E; }
a { background-color: rgb(219,190,158); }
div.DivClassName
{
background-color: #DBBE9E;
}
.BgClassName
{
background-color: #DBBE9E;
}
</style>
border-color css
<style>
span { border-color: #DBBE9E; }
span { border-color: rgb(219,190,158); }
td.TdClassName
{
border-color: #DBBE9E;
}
.TagClassName
{
border-color: #DBBE9E;
}
</style>