Shades of Raffia #DBC59A
Tints of Raffia #DBC59A
RGB
CMYK
RGB Variations
Color information
#DBC59A (or 0xDBC59A) is known color: Raffia. HEX triplet: DB, C5 and 9A. RGB value is (219,197,154). Sum of RGB (Red+Green+Blue) = 219+197+154=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59A is #243A65. Grayscale: #C6C6C6. Windows color (decimal): -2374246 or 10143195. OLE color: 10143195.
HSL color Cylindrical-coordinate representation of color #DBC59A: hue angle of 39.69º 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 #DBC59A is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 154 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.14 |
| HSL | 39.69º | 0.47% | 0.73% | - |
| HSV(B) | 39.69º | 0.3% | 0.86% | - |
| XYZ | 55.01 | 57.33 | 38.74 | - |
| YUV | 198.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 154 | 0 | 0.10 | 0.30 | 0.14 | 39.69 | 0.47 | 0.73 |
| Hex | DB | C5 | 9A | 0 | A | 1E | E | 28 | 2F | 49 |
| Octal | 333 | 305 | 232 | 0 | 12 | 36 | 16 | 50 | 57 | 111 |
| Binary | 11011011 | 11000101 | 10011010 | 0 | 1010 | 11110 | 1110 | 101000 | 101111 | 1001001 |
Color Harmonies of #DBC59A
Complementary color
Monochromatic Colors of #DBC59A
Black with #DBC59A
Text Example
Text Example
White with #DBC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC59A; }
p { color: rgb(219,197,154); }
H1.HeaderClassName
{
color: #DBC59A;
}
.AnyTagClassName
{
color: #DBC59A;
}
</style>
background-color css
<style>
a { background-color: #DBC59A; }
a { background-color: rgb(219,197,154); }
div.DivClassName
{
background-color: #DBC59A;
}
.BgClassName
{
background-color: #DBC59A;
}
</style>
border-color css
<style>
span { border-color: #DBC59A; }
span { border-color: rgb(219,197,154); }
td.TdClassName
{
border-color: #DBC59A;
}
.TagClassName
{
border-color: #DBC59A;
}
</style>