Shades of Raffia #DBBE9D
Tints of Raffia #DBBE9D
RGB
CMYK
RGB Variations
Color information
#DBBE9D (or 0xDBBE9D) is known color: Raffia. HEX triplet: DB, BE and 9D. RGB value is (219,190,157). Sum of RGB (Red+Green+Blue) = 219+190+157=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE9D is #244162. Grayscale: #C3C3C3. Windows color (decimal): -2376035 or 10338011. OLE color: 10338011.
HSL color Cylindrical-coordinate representation of color #DBBE9D: hue angle of 31.94º 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 #DBBE9D is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 157 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.14 |
| HSL | 31.94º | 0.46% | 0.74% | - |
| HSV(B) | 31.94º | 0.28% | 0.86% | - |
| XYZ | 53.71 | 54.32 | 39.55 | - |
| YUV | 194.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 157 | 0 | 0.13 | 0.28 | 0.14 | 31.94 | 0.46 | 0.74 |
| Hex | DB | BE | 9D | 0 | D | 1C | E | 20 | 2E | 4A |
| Octal | 333 | 276 | 235 | 0 | 15 | 34 | 16 | 40 | 56 | 112 |
| Binary | 11011011 | 10111110 | 10011101 | 0 | 1101 | 11100 | 1110 | 100000 | 101110 | 1001010 |
Color Harmonies of #DBBE9D
Complementary color
Monochromatic Colors of #DBBE9D
Black with #DBBE9D
Text Example
Text Example
White with #DBBE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE9D; }
p { color: rgb(219,190,157); }
H1.HeaderClassName
{
color: #DBBE9D;
}
.AnyTagClassName
{
color: #DBBE9D;
}
</style>
background-color css
<style>
a { background-color: #DBBE9D; }
a { background-color: rgb(219,190,157); }
div.DivClassName
{
background-color: #DBBE9D;
}
.BgClassName
{
background-color: #DBBE9D;
}
</style>
border-color css
<style>
span { border-color: #DBBE9D; }
span { border-color: rgb(219,190,157); }
td.TdClassName
{
border-color: #DBBE9D;
}
.TagClassName
{
border-color: #DBBE9D;
}
</style>