Shades of Raffia #DBCBA4
Tints of Raffia #DBCBA4
RGB
CMYK
RGB Variations
Color information
#DBCBA4 (or 0xDBCBA4) is known color: Raffia. HEX triplet: DB, CB and A4. RGB value is (219,203,164). Sum of RGB (Red+Green+Blue) = 219+203+164=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA4 is #24345B. Grayscale: #CBCBCB. Windows color (decimal): -2372700 or 10800091. OLE color: 10800091.
HSL color Cylindrical-coordinate representation of color #DBCBA4: hue angle of 42.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBCBA4 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 164 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.14 |
| HSL | 42.55º | 0.43% | 0.75% | - |
| HSV(B) | 42.55º | 0.25% | 0.86% | - |
| XYZ | 57.27 | 60.45 | 43.77 | - |
| YUV | 203.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 164 | 0 | 0.07 | 0.25 | 0.14 | 42.55 | 0.43 | 0.75 |
| Hex | DB | CB | A4 | 0 | 7 | 19 | E | 2B | 2B | 4B |
| Octal | 333 | 313 | 244 | 0 | 7 | 31 | 16 | 53 | 53 | 113 |
| Binary | 11011011 | 11001011 | 10100100 | 0 | 111 | 11001 | 1110 | 101011 | 101011 | 1001011 |
Color Harmonies of #DBCBA4
Complementary color
Monochromatic Colors of #DBCBA4
Black with #DBCBA4
Text Example
Text Example
White with #DBCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBA4; }
p { color: rgb(219,203,164); }
H1.HeaderClassName
{
color: #DBCBA4;
}
.AnyTagClassName
{
color: #DBCBA4;
}
</style>
background-color css
<style>
a { background-color: #DBCBA4; }
a { background-color: rgb(219,203,164); }
div.DivClassName
{
background-color: #DBCBA4;
}
.BgClassName
{
background-color: #DBCBA4;
}
</style>
border-color css
<style>
span { border-color: #DBCBA4; }
span { border-color: rgb(219,203,164); }
td.TdClassName
{
border-color: #DBCBA4;
}
.TagClassName
{
border-color: #DBCBA4;
}
</style>