Shades of Raffia #DBC6A8
Tints of Raffia #DBC6A8
RGB
CMYK
RGB Variations
Color information
#DBC6A8 (or 0xDBC6A8) is known color: Raffia. HEX triplet: DB, C6 and A8. RGB value is (219,198,168). Sum of RGB (Red+Green+Blue) = 219+198+168=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 168 (66.02% from 255 or 28.72% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC6A8 is #243957. Grayscale: #C8C8C8. Windows color (decimal): -2373976 or 11060955. OLE color: 11060955.
HSL color Cylindrical-coordinate representation of color #DBC6A8: hue angle of 35.29º 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 #DBC6A8 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 168 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.14 |
| HSL | 35.29º | 0.41% | 0.76% | - |
| HSV(B) | 35.29º | 0.23% | 0.86% | - |
| XYZ | 56.48 | 58.28 | 45.32 | - |
| YUV | 200.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 168 | 0 | 0.10 | 0.23 | 0.14 | 35.29 | 0.41 | 0.76 |
| Hex | DB | C6 | A8 | 0 | A | 17 | E | 23 | 29 | 4C |
| Octal | 333 | 306 | 250 | 0 | 12 | 27 | 16 | 43 | 51 | 114 |
| Binary | 11011011 | 11000110 | 10101000 | 0 | 1010 | 10111 | 1110 | 100011 | 101001 | 1001100 |
Color Harmonies of #DBC6A8
Complementary color
Monochromatic Colors of #DBC6A8
Black with #DBC6A8
Text Example
Text Example
White with #DBC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC6A8; }
p { color: rgb(219,198,168); }
H1.HeaderClassName
{
color: #DBC6A8;
}
.AnyTagClassName
{
color: #DBC6A8;
}
</style>
background-color css
<style>
a { background-color: #DBC6A8; }
a { background-color: rgb(219,198,168); }
div.DivClassName
{
background-color: #DBC6A8;
}
.BgClassName
{
background-color: #DBC6A8;
}
</style>
border-color css
<style>
span { border-color: #DBC6A8; }
span { border-color: rgb(219,198,168); }
td.TdClassName
{
border-color: #DBC6A8;
}
.TagClassName
{
border-color: #DBC6A8;
}
</style>