Shades of Raffia #DBC396
Tints of Raffia #DBC396
RGB
CMYK
RGB Variations
Color information
#DBC396 (or 0xDBC396) is known color: Raffia. HEX triplet: DB, C3 and 96. RGB value is (219,195,150). Sum of RGB (Red+Green+Blue) = 219+195+150=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC396 is #243C69. Grayscale: #C5C5C5. Windows color (decimal): -2374762 or 9880539. OLE color: 9880539.
HSL color Cylindrical-coordinate representation of color #DBC396: hue angle of 39.13º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBC396 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 150 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.14 |
| HSL | 39.13º | 0.49% | 0.72% | - |
| HSV(B) | 39.13º | 0.32% | 0.86% | - |
| XYZ | 54.23 | 56.29 | 36.86 | - |
| YUV | 197.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 150 | 0 | 0.11 | 0.32 | 0.14 | 39.13 | 0.49 | 0.72 |
| Hex | DB | C3 | 96 | 0 | B | 20 | E | 27 | 31 | 48 |
| Octal | 333 | 303 | 226 | 0 | 13 | 40 | 16 | 47 | 61 | 110 |
| Binary | 11011011 | 11000011 | 10010110 | 0 | 1011 | 100000 | 1110 | 100111 | 110001 | 1001000 |
Color Harmonies of #DBC396
Complementary color
Monochromatic Colors of #DBC396
Black with #DBC396
Text Example
Text Example
White with #DBC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC396; }
p { color: rgb(219,195,150); }
H1.HeaderClassName
{
color: #DBC396;
}
.AnyTagClassName
{
color: #DBC396;
}
</style>
background-color css
<style>
a { background-color: #DBC396; }
a { background-color: rgb(219,195,150); }
div.DivClassName
{
background-color: #DBC396;
}
.BgClassName
{
background-color: #DBC396;
}
</style>
border-color css
<style>
span { border-color: #DBC396; }
span { border-color: rgb(219,195,150); }
td.TdClassName
{
border-color: #DBC396;
}
.TagClassName
{
border-color: #DBC396;
}
</style>