Shades of Raffia #DBCAA3
Tints of Raffia #DBCAA3
RGB
CMYK
RGB Variations
Color information
#DBCAA3 (or 0xDBCAA3) is known color: Raffia. HEX triplet: DB, CA and A3. RGB value is (219,202,163). Sum of RGB (Red+Green+Blue) = 219+202+163=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 163 (64.06% from 255 or 27.91% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCAA3 is #24355C. Grayscale: #CACACA. Windows color (decimal): -2372957 or 10734299. OLE color: 10734299.
HSL color Cylindrical-coordinate representation of color #DBCAA3: hue angle of 41.79º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBCAA3 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 163 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.14 |
| HSL | 41.79º | 0.44% | 0.75% | - |
| HSV(B) | 41.79º | 0.26% | 0.86% | - |
| XYZ | 56.94 | 59.95 | 43.22 | - |
| YUV | 202.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 163 | 0 | 0.08 | 0.26 | 0.14 | 41.79 | 0.44 | 0.75 |
| Hex | DB | CA | A3 | 0 | 8 | 1A | E | 2A | 2C | 4B |
| Octal | 333 | 312 | 243 | 0 | 10 | 32 | 16 | 52 | 54 | 113 |
| Binary | 11011011 | 11001010 | 10100011 | 0 | 1000 | 11010 | 1110 | 101010 | 101100 | 1001011 |
Color Harmonies of #DBCAA3
Complementary color
Monochromatic Colors of #DBCAA3
Black with #DBCAA3
Text Example
Text Example
White with #DBCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAA3; }
p { color: rgb(219,202,163); }
H1.HeaderClassName
{
color: #DBCAA3;
}
.AnyTagClassName
{
color: #DBCAA3;
}
</style>
background-color css
<style>
a { background-color: #DBCAA3; }
a { background-color: rgb(219,202,163); }
div.DivClassName
{
background-color: #DBCAA3;
}
.BgClassName
{
background-color: #DBCAA3;
}
</style>
border-color css
<style>
span { border-color: #DBCAA3; }
span { border-color: rgb(219,202,163); }
td.TdClassName
{
border-color: #DBCAA3;
}
.TagClassName
{
border-color: #DBCAA3;
}
</style>