Shades of Raffia #DBC6A0
Tints of Raffia #DBC6A0
RGB
CMYK
RGB Variations
Color information
#DBC6A0 (or 0xDBC6A0) is known color: Raffia. HEX triplet: DB, C6 and A0. RGB value is (219,198,160). Sum of RGB (Red+Green+Blue) = 219+198+160=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC6A0 is #24395F. Grayscale: #C8C8C8. Windows color (decimal): -2373984 or 10536667. OLE color: 10536667.
HSL color Cylindrical-coordinate representation of color #DBC6A0: hue angle of 38.64º 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 #DBC6A0 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 160 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.14 |
| HSL | 38.64º | 0.45% | 0.74% | - |
| HSV(B) | 38.64º | 0.27% | 0.86% | - |
| XYZ | 55.75 | 57.99 | 41.51 | - |
| YUV | 199.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 160 | 0 | 0.10 | 0.27 | 0.14 | 38.64 | 0.45 | 0.74 |
| Hex | DB | C6 | A0 | 0 | A | 1B | E | 27 | 2D | 4A |
| Octal | 333 | 306 | 240 | 0 | 12 | 33 | 16 | 47 | 55 | 112 |
| Binary | 11011011 | 11000110 | 10100000 | 0 | 1010 | 11011 | 1110 | 100111 | 101101 | 1001010 |
Color Harmonies of #DBC6A0
Complementary color
Monochromatic Colors of #DBC6A0
Black with #DBC6A0
Text Example
Text Example
White with #DBC6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6A0; }
p { color: rgb(219,198,160); }
H1.HeaderClassName
{
color: #DBC6A0;
}
.AnyTagClassName
{
color: #DBC6A0;
}
</style>
background-color css
<style>
a { background-color: #DBC6A0; }
a { background-color: rgb(219,198,160); }
div.DivClassName
{
background-color: #DBC6A0;
}
.BgClassName
{
background-color: #DBC6A0;
}
</style>
border-color css
<style>
span { border-color: #DBC6A0; }
span { border-color: rgb(219,198,160); }
td.TdClassName
{
border-color: #DBC6A0;
}
.TagClassName
{
border-color: #DBC6A0;
}
</style>