Shades of Raffia #DBC8A9
Tints of Raffia #DBC8A9
RGB
CMYK
RGB Variations
Color information
#DBC8A9 (or 0xDBC8A9) is known color: Raffia. HEX triplet: DB, C8 and A9. RGB value is (219,200,169). Sum of RGB (Red+Green+Blue) = 219+200+169=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC8A9 is #243756. Grayscale: #CACACA. Windows color (decimal): -2373463 or 11127003. OLE color: 11127003.
HSL color Cylindrical-coordinate representation of color #DBC8A9: hue angle of 37.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC8A9 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 169 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.14 |
| HSL | 37.2º | 0.41% | 0.76% | - |
| HSV(B) | 37.2º | 0.23% | 0.86% | - |
| XYZ | 57.03 | 59.23 | 45.96 | - |
| YUV | 202.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 169 | 0 | 0.09 | 0.23 | 0.14 | 37.2 | 0.41 | 0.76 |
| Hex | DB | C8 | A9 | 0 | 9 | 17 | E | 25 | 29 | 4C |
| Octal | 333 | 310 | 251 | 0 | 11 | 27 | 16 | 45 | 51 | 114 |
| Binary | 11011011 | 11001000 | 10101001 | 0 | 1001 | 10111 | 1110 | 100101 | 101001 | 1001100 |
Color Harmonies of #DBC8A9
Complementary color
Monochromatic Colors of #DBC8A9
Black with #DBC8A9
Text Example
Text Example
White with #DBC8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8A9; }
p { color: rgb(219,200,169); }
H1.HeaderClassName
{
color: #DBC8A9;
}
.AnyTagClassName
{
color: #DBC8A9;
}
</style>
background-color css
<style>
a { background-color: #DBC8A9; }
a { background-color: rgb(219,200,169); }
div.DivClassName
{
background-color: #DBC8A9;
}
.BgClassName
{
background-color: #DBC8A9;
}
</style>
border-color css
<style>
span { border-color: #DBC8A9; }
span { border-color: rgb(219,200,169); }
td.TdClassName
{
border-color: #DBC8A9;
}
.TagClassName
{
border-color: #DBC8A9;
}
</style>