Shades of Raffia #DBC19B
Tints of Raffia #DBC19B
RGB
CMYK
RGB Variations
Color information
#DBC19B (or 0xDBC19B) is known color: Raffia. HEX triplet: DB, C1 and 9B. RGB value is (219,193,155). Sum of RGB (Red+Green+Blue) = 219+193+155=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC19B is #243E64. Grayscale: #C4C4C4. Windows color (decimal): -2375269 or 10207707. OLE color: 10207707.
HSL color Cylindrical-coordinate representation of color #DBC19B: hue angle of 35.62º 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 #DBC19B is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 155 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.14 |
| HSL | 35.63º | 0.47% | 0.73% | - |
| HSV(B) | 35.63º | 0.29% | 0.86% | - |
| XYZ | 54.2 | 55.57 | 38.88 | - |
| YUV | 196.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 155 | 0 | 0.12 | 0.29 | 0.14 | 35.63 | 0.47 | 0.73 |
| Hex | DB | C1 | 9B | 0 | C | 1D | E | 24 | 2F | 49 |
| Octal | 333 | 301 | 233 | 0 | 14 | 35 | 16 | 44 | 57 | 111 |
| Binary | 11011011 | 11000001 | 10011011 | 0 | 1100 | 11101 | 1110 | 100100 | 101111 | 1001001 |
Color Harmonies of #DBC19B
Complementary color
Monochromatic Colors of #DBC19B
Black with #DBC19B
Text Example
Text Example
White with #DBC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC19B; }
p { color: rgb(219,193,155); }
H1.HeaderClassName
{
color: #DBC19B;
}
.AnyTagClassName
{
color: #DBC19B;
}
</style>
background-color css
<style>
a { background-color: #DBC19B; }
a { background-color: rgb(219,193,155); }
div.DivClassName
{
background-color: #DBC19B;
}
.BgClassName
{
background-color: #DBC19B;
}
</style>
border-color css
<style>
span { border-color: #DBC19B; }
span { border-color: rgb(219,193,155); }
td.TdClassName
{
border-color: #DBC19B;
}
.TagClassName
{
border-color: #DBC19B;
}
</style>