Shades of Raffia #DBCBA5
Tints of Raffia #DBCBA5
RGB
CMYK
RGB Variations
Color information
#DBCBA5 (or 0xDBCBA5) is known color: Raffia. HEX triplet: DB, CB and A5. RGB value is (219,203,165). Sum of RGB (Red+Green+Blue) = 219+203+165=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCBA5 is #24345A. Grayscale: #CBCBCB. Windows color (decimal): -2372699 or 10865627. OLE color: 10865627.
HSL color Cylindrical-coordinate representation of color #DBCBA5: hue angle of 42.22º 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 #DBCBA5 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 165 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.14 |
| HSL | 42.22º | 0.43% | 0.75% | - |
| HSV(B) | 42.22º | 0.25% | 0.86% | - |
| XYZ | 57.36 | 60.49 | 44.25 | - |
| YUV | 203.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 165 | 0 | 0.07 | 0.25 | 0.14 | 42.22 | 0.43 | 0.75 |
| Hex | DB | CB | A5 | 0 | 7 | 19 | E | 2A | 2B | 4B |
| Octal | 333 | 313 | 245 | 0 | 7 | 31 | 16 | 52 | 53 | 113 |
| Binary | 11011011 | 11001011 | 10100101 | 0 | 111 | 11001 | 1110 | 101010 | 101011 | 1001011 |
Color Harmonies of #DBCBA5
Complementary color
Monochromatic Colors of #DBCBA5
Black with #DBCBA5
Text Example
Text Example
White with #DBCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBA5; }
p { color: rgb(219,203,165); }
H1.HeaderClassName
{
color: #DBCBA5;
}
.AnyTagClassName
{
color: #DBCBA5;
}
</style>
background-color css
<style>
a { background-color: #DBCBA5; }
a { background-color: rgb(219,203,165); }
div.DivClassName
{
background-color: #DBCBA5;
}
.BgClassName
{
background-color: #DBCBA5;
}
</style>
border-color css
<style>
span { border-color: #DBCBA5; }
span { border-color: rgb(219,203,165); }
td.TdClassName
{
border-color: #DBCBA5;
}
.TagClassName
{
border-color: #DBCBA5;
}
</style>