Shades of Raffia #DBC09A
Tints of Raffia #DBC09A
RGB
CMYK
RGB Variations
Color information
#DBC09A (or 0xDBC09A) is known color: Raffia. HEX triplet: DB, C0 and 9A. RGB value is (219,192,154). Sum of RGB (Red+Green+Blue) = 219+192+154=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC09A is #243F65. Grayscale: #C3C3C3. Windows color (decimal): -2375526 or 10141915. OLE color: 10141915.
HSL color Cylindrical-coordinate representation of color #DBC09A: hue angle of 35.08º 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 #DBC09A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 154 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.14 |
| HSL | 35.08º | 0.47% | 0.73% | - |
| HSV(B) | 35.08º | 0.3% | 0.86% | - |
| XYZ | 53.9 | 55.09 | 38.37 | - |
| YUV | 195.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 154 | 0 | 0.12 | 0.30 | 0.14 | 35.08 | 0.47 | 0.73 |
| Hex | DB | C0 | 9A | 0 | C | 1E | E | 23 | 2F | 49 |
| Octal | 333 | 300 | 232 | 0 | 14 | 36 | 16 | 43 | 57 | 111 |
| Binary | 11011011 | 11000000 | 10011010 | 0 | 1100 | 11110 | 1110 | 100011 | 101111 | 1001001 |
Color Harmonies of #DBC09A
Complementary color
Monochromatic Colors of #DBC09A
Black with #DBC09A
Text Example
Text Example
White with #DBC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC09A; }
p { color: rgb(219,192,154); }
H1.HeaderClassName
{
color: #DBC09A;
}
.AnyTagClassName
{
color: #DBC09A;
}
</style>
background-color css
<style>
a { background-color: #DBC09A; }
a { background-color: rgb(219,192,154); }
div.DivClassName
{
background-color: #DBC09A;
}
.BgClassName
{
background-color: #DBC09A;
}
</style>
border-color css
<style>
span { border-color: #DBC09A; }
span { border-color: rgb(219,192,154); }
td.TdClassName
{
border-color: #DBC09A;
}
.TagClassName
{
border-color: #DBC09A;
}
</style>