Shades of Raffia #DBC6A6
Tints of Raffia #DBC6A6
RGB
CMYK
RGB Variations
Color information
#DBC6A6 (or 0xDBC6A6) is known color: Raffia. HEX triplet: DB, C6 and A6. RGB value is (219,198,166). Sum of RGB (Red+Green+Blue) = 219+198+166=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC6A6 is #243959. Grayscale: #C8C8C8. Windows color (decimal): -2373978 or 10929883. OLE color: 10929883.
HSL color Cylindrical-coordinate representation of color #DBC6A6: hue angle of 36.23º 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 #DBC6A6 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 166 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.14 |
| HSL | 36.23º | 0.42% | 0.75% | - |
| HSV(B) | 36.23º | 0.24% | 0.86% | - |
| XYZ | 56.29 | 58.2 | 44.34 | - |
| YUV | 200.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 166 | 0 | 0.10 | 0.24 | 0.14 | 36.23 | 0.42 | 0.75 |
| Hex | DB | C6 | A6 | 0 | A | 18 | E | 24 | 2A | 4B |
| Octal | 333 | 306 | 246 | 0 | 12 | 30 | 16 | 44 | 52 | 113 |
| Binary | 11011011 | 11000110 | 10100110 | 0 | 1010 | 11000 | 1110 | 100100 | 101010 | 1001011 |
Color Harmonies of #DBC6A6
Complementary color
Monochromatic Colors of #DBC6A6
Black with #DBC6A6
Text Example
Text Example
White with #DBC6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6A6; }
p { color: rgb(219,198,166); }
H1.HeaderClassName
{
color: #DBC6A6;
}
.AnyTagClassName
{
color: #DBC6A6;
}
</style>
background-color css
<style>
a { background-color: #DBC6A6; }
a { background-color: rgb(219,198,166); }
div.DivClassName
{
background-color: #DBC6A6;
}
.BgClassName
{
background-color: #DBC6A6;
}
</style>
border-color css
<style>
span { border-color: #DBC6A6; }
span { border-color: rgb(219,198,166); }
td.TdClassName
{
border-color: #DBC6A6;
}
.TagClassName
{
border-color: #DBC6A6;
}
</style>