Shades of Raffia #DBC89B
Tints of Raffia #DBC89B
RGB
CMYK
RGB Variations
Color information
#DBC89B (or 0xDBC89B) is known color: Raffia. HEX triplet: DB, C8 and 9B. RGB value is (219,200,155). Sum of RGB (Red+Green+Blue) = 219+200+155=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC89B is #243764. Grayscale: #C8C8C8. Windows color (decimal): -2373477 or 10209499. OLE color: 10209499.
HSL color Cylindrical-coordinate representation of color #DBC89B: hue angle of 42.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBC89B is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 155 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.14 |
| HSL | 42.19º | 0.47% | 0.73% | - |
| HSV(B) | 42.19º | 0.29% | 0.86% | - |
| XYZ | 55.78 | 58.74 | 39.41 | - |
| YUV | 200.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 155 | 0 | 0.09 | 0.29 | 0.14 | 42.19 | 0.47 | 0.73 |
| Hex | DB | C8 | 9B | 0 | 9 | 1D | E | 2A | 2F | 49 |
| Octal | 333 | 310 | 233 | 0 | 11 | 35 | 16 | 52 | 57 | 111 |
| Binary | 11011011 | 11001000 | 10011011 | 0 | 1001 | 11101 | 1110 | 101010 | 101111 | 1001001 |
Color Harmonies of #DBC89B
Complementary color
Monochromatic Colors of #DBC89B
Black with #DBC89B
Text Example
Text Example
White with #DBC89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC89B; }
p { color: rgb(219,200,155); }
H1.HeaderClassName
{
color: #DBC89B;
}
.AnyTagClassName
{
color: #DBC89B;
}
</style>
background-color css
<style>
a { background-color: #DBC89B; }
a { background-color: rgb(219,200,155); }
div.DivClassName
{
background-color: #DBC89B;
}
.BgClassName
{
background-color: #DBC89B;
}
</style>
border-color css
<style>
span { border-color: #DBC89B; }
span { border-color: rgb(219,200,155); }
td.TdClassName
{
border-color: #DBC89B;
}
.TagClassName
{
border-color: #DBC89B;
}
</style>