Shades of Raffia #DBC9A6
Tints of Raffia #DBC9A6
RGB
CMYK
RGB Variations
Color information
#DBC9A6 (or 0xDBC9A6) is known color: Raffia. HEX triplet: DB, C9 and A6. RGB value is (219,201,166). Sum of RGB (Red+Green+Blue) = 219+201+166=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 166 (65.23% from 255 or 28.33% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC9A6 is #243659. Grayscale: #CACACA. Windows color (decimal): -2373210 or 10930651. OLE color: 10930651.
HSL color Cylindrical-coordinate representation of color #DBC9A6: hue angle of 39.62º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBC9A6 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 166 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.14 |
| HSL | 39.62º | 0.42% | 0.75% | - |
| HSV(B) | 39.62º | 0.24% | 0.86% | - |
| XYZ | 56.98 | 59.59 | 44.57 | - |
| YUV | 202.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 166 | 0 | 0.08 | 0.24 | 0.14 | 39.62 | 0.42 | 0.75 |
| Hex | DB | C9 | A6 | 0 | 8 | 18 | E | 28 | 2A | 4B |
| Octal | 333 | 311 | 246 | 0 | 10 | 30 | 16 | 50 | 52 | 113 |
| Binary | 11011011 | 11001001 | 10100110 | 0 | 1000 | 11000 | 1110 | 101000 | 101010 | 1001011 |
Color Harmonies of #DBC9A6
Complementary color
Monochromatic Colors of #DBC9A6
Black with #DBC9A6
Text Example
Text Example
White with #DBC9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9A6; }
p { color: rgb(219,201,166); }
H1.HeaderClassName
{
color: #DBC9A6;
}
.AnyTagClassName
{
color: #DBC9A6;
}
</style>
background-color css
<style>
a { background-color: #DBC9A6; }
a { background-color: rgb(219,201,166); }
div.DivClassName
{
background-color: #DBC9A6;
}
.BgClassName
{
background-color: #DBC9A6;
}
</style>
border-color css
<style>
span { border-color: #DBC9A6; }
span { border-color: rgb(219,201,166); }
td.TdClassName
{
border-color: #DBC9A6;
}
.TagClassName
{
border-color: #DBC9A6;
}
</style>