Shades of Raffia #DBC7A9
Tints of Raffia #DBC7A9
RGB
CMYK
RGB Variations
Color information
#DBC7A9 (or 0xDBC7A9) is known color: Raffia. HEX triplet: DB, C7 and A9. RGB value is (219,199,169). Sum of RGB (Red+Green+Blue) = 219+199+169=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC7A9 is #243856. Grayscale: #C9C9C9. Windows color (decimal): -2373719 or 11126747. OLE color: 11126747.
HSL color Cylindrical-coordinate representation of color #DBC7A9: hue angle of 36º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC7A9 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 169 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.14 |
| HSL | 36º | 0.41% | 0.76% | - |
| HSV(B) | 36º | 0.23% | 0.86% | - |
| XYZ | 56.8 | 58.77 | 45.89 | - |
| YUV | 201.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 169 | 0 | 0.09 | 0.23 | 0.14 | 36 | 0.41 | 0.76 |
| Hex | DB | C7 | A9 | 0 | 9 | 17 | E | 24 | 29 | 4C |
| Octal | 333 | 307 | 251 | 0 | 11 | 27 | 16 | 44 | 51 | 114 |
| Binary | 11011011 | 11000111 | 10101001 | 0 | 1001 | 10111 | 1110 | 100100 | 101001 | 1001100 |
Color Harmonies of #DBC7A9
Complementary color
Monochromatic Colors of #DBC7A9
Black with #DBC7A9
Text Example
Text Example
White with #DBC7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC7A9; }
p { color: rgb(219,199,169); }
H1.HeaderClassName
{
color: #DBC7A9;
}
.AnyTagClassName
{
color: #DBC7A9;
}
</style>
background-color css
<style>
a { background-color: #DBC7A9; }
a { background-color: rgb(219,199,169); }
div.DivClassName
{
background-color: #DBC7A9;
}
.BgClassName
{
background-color: #DBC7A9;
}
</style>
border-color css
<style>
span { border-color: #DBC7A9; }
span { border-color: rgb(219,199,169); }
td.TdClassName
{
border-color: #DBC7A9;
}
.TagClassName
{
border-color: #DBC7A9;
}
</style>