Shades of Raffia #DBC69A
Tints of Raffia #DBC69A
RGB
CMYK
RGB Variations
Color information
#DBC69A (or 0xDBC69A) is known color: Raffia. HEX triplet: DB, C6 and 9A. RGB value is (219,198,154). Sum of RGB (Red+Green+Blue) = 219+198+154=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC69A is #243965. Grayscale: #C7C7C7. Windows color (decimal): -2373990 or 10143451. OLE color: 10143451.
HSL color Cylindrical-coordinate representation of color #DBC69A: hue angle of 40.62º 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 #DBC69A is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 154 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.14 |
| HSL | 40.62º | 0.47% | 0.73% | - |
| HSV(B) | 40.62º | 0.3% | 0.86% | - |
| XYZ | 55.24 | 57.78 | 38.81 | - |
| YUV | 199.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 154 | 0 | 0.10 | 0.30 | 0.14 | 40.62 | 0.47 | 0.73 |
| Hex | DB | C6 | 9A | 0 | A | 1E | E | 29 | 2F | 49 |
| Octal | 333 | 306 | 232 | 0 | 12 | 36 | 16 | 51 | 57 | 111 |
| Binary | 11011011 | 11000110 | 10011010 | 0 | 1010 | 11110 | 1110 | 101001 | 101111 | 1001001 |
Color Harmonies of #DBC69A
Complementary color
Monochromatic Colors of #DBC69A
Black with #DBC69A
Text Example
Text Example
White with #DBC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC69A; }
p { color: rgb(219,198,154); }
H1.HeaderClassName
{
color: #DBC69A;
}
.AnyTagClassName
{
color: #DBC69A;
}
</style>
background-color css
<style>
a { background-color: #DBC69A; }
a { background-color: rgb(219,198,154); }
div.DivClassName
{
background-color: #DBC69A;
}
.BgClassName
{
background-color: #DBC69A;
}
</style>
border-color css
<style>
span { border-color: #DBC69A; }
span { border-color: rgb(219,198,154); }
td.TdClassName
{
border-color: #DBC69A;
}
.TagClassName
{
border-color: #DBC69A;
}
</style>