Shades of Raffia #DBC29A
Tints of Raffia #DBC29A
RGB
CMYK
RGB Variations
Color information
#DBC29A (or 0xDBC29A) is known color: Raffia. HEX triplet: DB, C2 and 9A. RGB value is (219,194,154). Sum of RGB (Red+Green+Blue) = 219+194+154=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC29A is #243D65. Grayscale: #C5C5C5. Windows color (decimal): -2375014 or 10142427. OLE color: 10142427.
HSL color Cylindrical-coordinate representation of color #DBC29A: hue angle of 36.92º 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 #DBC29A is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 154 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.14 |
| HSL | 36.92º | 0.47% | 0.73% | - |
| HSV(B) | 36.92º | 0.3% | 0.86% | - |
| XYZ | 54.34 | 55.98 | 38.51 | - |
| YUV | 196.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 154 | 0 | 0.11 | 0.30 | 0.14 | 36.92 | 0.47 | 0.73 |
| Hex | DB | C2 | 9A | 0 | B | 1E | E | 25 | 2F | 49 |
| Octal | 333 | 302 | 232 | 0 | 13 | 36 | 16 | 45 | 57 | 111 |
| Binary | 11011011 | 11000010 | 10011010 | 0 | 1011 | 11110 | 1110 | 100101 | 101111 | 1001001 |
Color Harmonies of #DBC29A
Complementary color
Monochromatic Colors of #DBC29A
Black with #DBC29A
Text Example
Text Example
White with #DBC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC29A; }
p { color: rgb(219,194,154); }
H1.HeaderClassName
{
color: #DBC29A;
}
.AnyTagClassName
{
color: #DBC29A;
}
</style>
background-color css
<style>
a { background-color: #DBC29A; }
a { background-color: rgb(219,194,154); }
div.DivClassName
{
background-color: #DBC29A;
}
.BgClassName
{
background-color: #DBC29A;
}
</style>
border-color css
<style>
span { border-color: #DBC29A; }
span { border-color: rgb(219,194,154); }
td.TdClassName
{
border-color: #DBC29A;
}
.TagClassName
{
border-color: #DBC29A;
}
</style>