Shades of Raffia #DBC9A8
Tints of Raffia #DBC9A8
RGB
CMYK
RGB Variations
Color information
#DBC9A8 (or 0xDBC9A8) is known color: Raffia. HEX triplet: DB, C9 and A8. RGB value is (219,201,168). Sum of RGB (Red+Green+Blue) = 219+201+168=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC9A8 is #243657. Grayscale: #CACACA. Windows color (decimal): -2373208 or 11061723. OLE color: 11061723.
HSL color Cylindrical-coordinate representation of color #DBC9A8: hue angle of 38.82º 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 #DBC9A8 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 168 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.14 |
| HSL | 38.82º | 0.41% | 0.76% | - |
| HSV(B) | 38.82º | 0.23% | 0.86% | - |
| XYZ | 57.17 | 59.66 | 45.55 | - |
| YUV | 202.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 168 | 0 | 0.08 | 0.23 | 0.14 | 38.82 | 0.41 | 0.76 |
| Hex | DB | C9 | A8 | 0 | 8 | 17 | E | 27 | 29 | 4C |
| Octal | 333 | 311 | 250 | 0 | 10 | 27 | 16 | 47 | 51 | 114 |
| Binary | 11011011 | 11001001 | 10101000 | 0 | 1000 | 10111 | 1110 | 100111 | 101001 | 1001100 |
Color Harmonies of #DBC9A8
Complementary color
Monochromatic Colors of #DBC9A8
Black with #DBC9A8
Text Example
Text Example
White with #DBC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9A8; }
p { color: rgb(219,201,168); }
H1.HeaderClassName
{
color: #DBC9A8;
}
.AnyTagClassName
{
color: #DBC9A8;
}
</style>
background-color css
<style>
a { background-color: #DBC9A8; }
a { background-color: rgb(219,201,168); }
div.DivClassName
{
background-color: #DBC9A8;
}
.BgClassName
{
background-color: #DBC9A8;
}
</style>
border-color css
<style>
span { border-color: #DBC9A8; }
span { border-color: rgb(219,201,168); }
td.TdClassName
{
border-color: #DBC9A8;
}
.TagClassName
{
border-color: #DBC9A8;
}
</style>