Shades of Raffia #DBC6A2
Tints of Raffia #DBC6A2
RGB
CMYK
RGB Variations
Color information
#DBC6A2 (or 0xDBC6A2) is known color: Raffia. HEX triplet: DB, C6 and A2. RGB value is (219,198,162). Sum of RGB (Red+Green+Blue) = 219+198+162=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC6A2 is #24395D. Grayscale: #C8C8C8. Windows color (decimal): -2373982 or 10667739. OLE color: 10667739.
HSL color Cylindrical-coordinate representation of color #DBC6A2: hue angle of 37.89º degrees, saturation: 0.44, 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 #DBC6A2 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 162 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.14 |
| HSL | 37.89º | 0.44% | 0.75% | - |
| HSV(B) | 37.89º | 0.26% | 0.86% | - |
| XYZ | 55.93 | 58.06 | 42.44 | - |
| YUV | 200.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 162 | 0 | 0.10 | 0.26 | 0.14 | 37.89 | 0.44 | 0.75 |
| Hex | DB | C6 | A2 | 0 | A | 1A | E | 26 | 2C | 4B |
| Octal | 333 | 306 | 242 | 0 | 12 | 32 | 16 | 46 | 54 | 113 |
| Binary | 11011011 | 11000110 | 10100010 | 0 | 1010 | 11010 | 1110 | 100110 | 101100 | 1001011 |
Color Harmonies of #DBC6A2
Complementary color
Monochromatic Colors of #DBC6A2
Black with #DBC6A2
Text Example
Text Example
White with #DBC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6A2; }
p { color: rgb(219,198,162); }
H1.HeaderClassName
{
color: #DBC6A2;
}
.AnyTagClassName
{
color: #DBC6A2;
}
</style>
background-color css
<style>
a { background-color: #DBC6A2; }
a { background-color: rgb(219,198,162); }
div.DivClassName
{
background-color: #DBC6A2;
}
.BgClassName
{
background-color: #DBC6A2;
}
</style>
border-color css
<style>
span { border-color: #DBC6A2; }
span { border-color: rgb(219,198,162); }
td.TdClassName
{
border-color: #DBC6A2;
}
.TagClassName
{
border-color: #DBC6A2;
}
</style>