Shades of Raffia #DBC8AA
Tints of Raffia #DBC8AA
RGB
CMYK
RGB Variations
Color information
#DBC8AA (or 0xDBC8AA) is known color: Raffia. HEX triplet: DB, C8 and AA. RGB value is (219,200,170). Sum of RGB (Red+Green+Blue) = 219+200+170=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC8AA is #243755. Grayscale: #CACACA. Windows color (decimal): -2373462 or 11192539. OLE color: 11192539.
HSL color Cylindrical-coordinate representation of color #DBC8AA: hue angle of 36.73º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC8AA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 170 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.14 |
| HSL | 36.73º | 0.4% | 0.76% | - |
| HSV(B) | 36.73º | 0.22% | 0.86% | - |
| XYZ | 57.12 | 59.27 | 46.46 | - |
| YUV | 202.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 170 | 0 | 0.09 | 0.22 | 0.14 | 36.73 | 0.4 | 0.76 |
| Hex | DB | C8 | AA | 0 | 9 | 16 | E | 25 | 28 | 4C |
| Octal | 333 | 310 | 252 | 0 | 11 | 26 | 16 | 45 | 50 | 114 |
| Binary | 11011011 | 11001000 | 10101010 | 0 | 1001 | 10110 | 1110 | 100101 | 101000 | 1001100 |
Color Harmonies of #DBC8AA
Complementary color
Monochromatic Colors of #DBC8AA
Black with #DBC8AA
Text Example
Text Example
White with #DBC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8AA; }
p { color: rgb(219,200,170); }
H1.HeaderClassName
{
color: #DBC8AA;
}
.AnyTagClassName
{
color: #DBC8AA;
}
</style>
background-color css
<style>
a { background-color: #DBC8AA; }
a { background-color: rgb(219,200,170); }
div.DivClassName
{
background-color: #DBC8AA;
}
.BgClassName
{
background-color: #DBC8AA;
}
</style>
border-color css
<style>
span { border-color: #DBC8AA; }
span { border-color: rgb(219,200,170); }
td.TdClassName
{
border-color: #DBC8AA;
}
.TagClassName
{
border-color: #DBC8AA;
}
</style>