Shades of Raffia #DBC7A0
Tints of Raffia #DBC7A0
RGB
CMYK
RGB Variations
Color information
#DBC7A0 (or 0xDBC7A0) is known color: Raffia. HEX triplet: DB, C7 and A0. RGB value is (219,199,160). Sum of RGB (Red+Green+Blue) = 219+199+160=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC7A0 is #24385F. Grayscale: #C8C8C8. Windows color (decimal): -2373728 or 10536923. OLE color: 10536923.
HSL color Cylindrical-coordinate representation of color #DBC7A0: hue angle of 39.66º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBC7A0 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 160 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.14 |
| HSL | 39.66º | 0.45% | 0.74% | - |
| HSV(B) | 39.66º | 0.27% | 0.86% | - |
| XYZ | 55.98 | 58.44 | 41.59 | - |
| YUV | 200.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 160 | 0 | 0.09 | 0.27 | 0.14 | 39.66 | 0.45 | 0.74 |
| Hex | DB | C7 | A0 | 0 | 9 | 1B | E | 28 | 2D | 4A |
| Octal | 333 | 307 | 240 | 0 | 11 | 33 | 16 | 50 | 55 | 112 |
| Binary | 11011011 | 11000111 | 10100000 | 0 | 1001 | 11011 | 1110 | 101000 | 101101 | 1001010 |
Color Harmonies of #DBC7A0
Complementary color
Monochromatic Colors of #DBC7A0
Black with #DBC7A0
Text Example
Text Example
White with #DBC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7A0; }
p { color: rgb(219,199,160); }
H1.HeaderClassName
{
color: #DBC7A0;
}
.AnyTagClassName
{
color: #DBC7A0;
}
</style>
background-color css
<style>
a { background-color: #DBC7A0; }
a { background-color: rgb(219,199,160); }
div.DivClassName
{
background-color: #DBC7A0;
}
.BgClassName
{
background-color: #DBC7A0;
}
</style>
border-color css
<style>
span { border-color: #DBC7A0; }
span { border-color: rgb(219,199,160); }
td.TdClassName
{
border-color: #DBC7A0;
}
.TagClassName
{
border-color: #DBC7A0;
}
</style>