Shades of Raffia #DBC19A
Tints of Raffia #DBC19A
RGB
CMYK
RGB Variations
Color information
#DBC19A (or 0xDBC19A) is known color: Raffia. HEX triplet: DB, C1 and 9A. RGB value is (219,193,154). Sum of RGB (Red+Green+Blue) = 219+193+154=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC19A is #243E65. Grayscale: #C4C4C4. Windows color (decimal): -2375270 or 10142171. OLE color: 10142171.
HSL color Cylindrical-coordinate representation of color #DBC19A: hue angle of 36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBC19A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 154 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.14 |
| HSL | 36º | 0.47% | 0.73% | - |
| HSV(B) | 36º | 0.3% | 0.86% | - |
| XYZ | 54.12 | 55.53 | 38.44 | - |
| YUV | 196.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 154 | 0 | 0.12 | 0.30 | 0.14 | 36 | 0.47 | 0.73 |
| Hex | DB | C1 | 9A | 0 | C | 1E | E | 24 | 2F | 49 |
| Octal | 333 | 301 | 232 | 0 | 14 | 36 | 16 | 44 | 57 | 111 |
| Binary | 11011011 | 11000001 | 10011010 | 0 | 1100 | 11110 | 1110 | 100100 | 101111 | 1001001 |
Color Harmonies of #DBC19A
Complementary color
Monochromatic Colors of #DBC19A
Black with #DBC19A
Text Example
Text Example
White with #DBC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC19A; }
p { color: rgb(219,193,154); }
H1.HeaderClassName
{
color: #DBC19A;
}
.AnyTagClassName
{
color: #DBC19A;
}
</style>
background-color css
<style>
a { background-color: #DBC19A; }
a { background-color: rgb(219,193,154); }
div.DivClassName
{
background-color: #DBC19A;
}
.BgClassName
{
background-color: #DBC19A;
}
</style>
border-color css
<style>
span { border-color: #DBC19A; }
span { border-color: rgb(219,193,154); }
td.TdClassName
{
border-color: #DBC19A;
}
.TagClassName
{
border-color: #DBC19A;
}
</style>