Shades of Raffia #DBC89D
Tints of Raffia #DBC89D
RGB
CMYK
RGB Variations
Color information
#DBC89D (or 0xDBC89D) is known color: Raffia. HEX triplet: DB, C8 and 9D. RGB value is (219,200,157). Sum of RGB (Red+Green+Blue) = 219+200+157=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC89D is #243762. Grayscale: #C8C8C8. Windows color (decimal): -2373475 or 10340571. OLE color: 10340571.
HSL color Cylindrical-coordinate representation of color #DBC89D: hue angle of 41.61º 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 #DBC89D is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 157 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.14 |
| HSL | 41.61º | 0.46% | 0.74% | - |
| HSV(B) | 41.61º | 0.28% | 0.86% | - |
| XYZ | 55.95 | 58.8 | 40.3 | - |
| YUV | 200.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 157 | 0 | 0.09 | 0.28 | 0.14 | 41.61 | 0.46 | 0.74 |
| Hex | DB | C8 | 9D | 0 | 9 | 1C | E | 2A | 2E | 4A |
| Octal | 333 | 310 | 235 | 0 | 11 | 34 | 16 | 52 | 56 | 112 |
| Binary | 11011011 | 11001000 | 10011101 | 0 | 1001 | 11100 | 1110 | 101010 | 101110 | 1001010 |
Color Harmonies of #DBC89D
Complementary color
Monochromatic Colors of #DBC89D
Black with #DBC89D
Text Example
Text Example
White with #DBC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC89D; }
p { color: rgb(219,200,157); }
H1.HeaderClassName
{
color: #DBC89D;
}
.AnyTagClassName
{
color: #DBC89D;
}
</style>
background-color css
<style>
a { background-color: #DBC89D; }
a { background-color: rgb(219,200,157); }
div.DivClassName
{
background-color: #DBC89D;
}
.BgClassName
{
background-color: #DBC89D;
}
</style>
border-color css
<style>
span { border-color: #DBC89D; }
span { border-color: rgb(219,200,157); }
td.TdClassName
{
border-color: #DBC89D;
}
.TagClassName
{
border-color: #DBC89D;
}
</style>