Shades of Raffia #DBC5A1
Tints of Raffia #DBC5A1
RGB
CMYK
RGB Variations
Color information
#DBC5A1 (or 0xDBC5A1) is known color: Raffia. HEX triplet: DB, C5 and A1. RGB value is (219,197,161). Sum of RGB (Red+Green+Blue) = 219+197+161=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC5A1 is #243A5E. Grayscale: #C7C7C7. Windows color (decimal): -2374239 or 10601947. OLE color: 10601947.
HSL color Cylindrical-coordinate representation of color #DBC5A1: hue angle of 37.24º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBC5A1 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 161 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.14 |
| HSL | 37.24º | 0.45% | 0.75% | - |
| HSV(B) | 37.24º | 0.26% | 0.86% | - |
| XYZ | 55.61 | 57.57 | 41.9 | - |
| YUV | 199.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 161 | 0 | 0.10 | 0.26 | 0.14 | 37.24 | 0.45 | 0.75 |
| Hex | DB | C5 | A1 | 0 | A | 1A | E | 25 | 2D | 4B |
| Octal | 333 | 305 | 241 | 0 | 12 | 32 | 16 | 45 | 55 | 113 |
| Binary | 11011011 | 11000101 | 10100001 | 0 | 1010 | 11010 | 1110 | 100101 | 101101 | 1001011 |
Color Harmonies of #DBC5A1
Complementary color
Monochromatic Colors of #DBC5A1
Black with #DBC5A1
Text Example
Text Example
White with #DBC5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5A1; }
p { color: rgb(219,197,161); }
H1.HeaderClassName
{
color: #DBC5A1;
}
.AnyTagClassName
{
color: #DBC5A1;
}
</style>
background-color css
<style>
a { background-color: #DBC5A1; }
a { background-color: rgb(219,197,161); }
div.DivClassName
{
background-color: #DBC5A1;
}
.BgClassName
{
background-color: #DBC5A1;
}
</style>
border-color css
<style>
span { border-color: #DBC5A1; }
span { border-color: rgb(219,197,161); }
td.TdClassName
{
border-color: #DBC5A1;
}
.TagClassName
{
border-color: #DBC5A1;
}
</style>