Shades of Raffia #DBCBA6
Tints of Raffia #DBCBA6
RGB
CMYK
RGB Variations
Color information
#DBCBA6 (or 0xDBCBA6) is known color: Raffia. HEX triplet: DB, CB and A6. RGB value is (219,203,166). Sum of RGB (Red+Green+Blue) = 219+203+166=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA6 is #243459. Grayscale: #CBCBCB. Windows color (decimal): -2372698 or 10931163. OLE color: 10931163.
HSL color Cylindrical-coordinate representation of color #DBCBA6: hue angle of 41.89º 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 #DBCBA6 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 166 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.14 |
| HSL | 41.89º | 0.42% | 0.75% | - |
| HSV(B) | 41.89º | 0.24% | 0.86% | - |
| XYZ | 57.45 | 60.53 | 44.73 | - |
| YUV | 203.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 166 | 0 | 0.07 | 0.24 | 0.14 | 41.89 | 0.42 | 0.75 |
| Hex | DB | CB | A6 | 0 | 7 | 18 | E | 2A | 2A | 4B |
| Octal | 333 | 313 | 246 | 0 | 7 | 30 | 16 | 52 | 52 | 113 |
| Binary | 11011011 | 11001011 | 10100110 | 0 | 111 | 11000 | 1110 | 101010 | 101010 | 1001011 |
Color Harmonies of #DBCBA6
Complementary color
Monochromatic Colors of #DBCBA6
Black with #DBCBA6
Text Example
Text Example
White with #DBCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBA6; }
p { color: rgb(219,203,166); }
H1.HeaderClassName
{
color: #DBCBA6;
}
.AnyTagClassName
{
color: #DBCBA6;
}
</style>
background-color css
<style>
a { background-color: #DBCBA6; }
a { background-color: rgb(219,203,166); }
div.DivClassName
{
background-color: #DBCBA6;
}
.BgClassName
{
background-color: #DBCBA6;
}
</style>
border-color css
<style>
span { border-color: #DBCBA6; }
span { border-color: rgb(219,203,166); }
td.TdClassName
{
border-color: #DBCBA6;
}
.TagClassName
{
border-color: #DBCBA6;
}
</style>