Shades of Raffia #DBC99F
Tints of Raffia #DBC99F
RGB
CMYK
RGB Variations
Color information
#DBC99F (or 0xDBC99F) is known color: Raffia. HEX triplet: DB, C9 and 9F. RGB value is (219,201,159). Sum of RGB (Red+Green+Blue) = 219+201+159=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC99F is #243660. Grayscale: #C9C9C9. Windows color (decimal): -2373217 or 10471899. OLE color: 10471899.
HSL color Cylindrical-coordinate representation of color #DBC99F: hue angle of 42º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBC99F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 159 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.14 |
| HSL | 42º | 0.45% | 0.74% | - |
| HSV(B) | 42º | 0.27% | 0.86% | - |
| XYZ | 56.36 | 59.34 | 41.28 | - |
| YUV | 201.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 159 | 0 | 0.08 | 0.27 | 0.14 | 42 | 0.45 | 0.74 |
| Hex | DB | C9 | 9F | 0 | 8 | 1B | E | 2A | 2D | 4A |
| Octal | 333 | 311 | 237 | 0 | 10 | 33 | 16 | 52 | 55 | 112 |
| Binary | 11011011 | 11001001 | 10011111 | 0 | 1000 | 11011 | 1110 | 101010 | 101101 | 1001010 |
Color Harmonies of #DBC99F
Complementary color
Monochromatic Colors of #DBC99F
Black with #DBC99F
Text Example
Text Example
White with #DBC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC99F; }
p { color: rgb(219,201,159); }
H1.HeaderClassName
{
color: #DBC99F;
}
.AnyTagClassName
{
color: #DBC99F;
}
</style>
background-color css
<style>
a { background-color: #DBC99F; }
a { background-color: rgb(219,201,159); }
div.DivClassName
{
background-color: #DBC99F;
}
.BgClassName
{
background-color: #DBC99F;
}
</style>
border-color css
<style>
span { border-color: #DBC99F; }
span { border-color: rgb(219,201,159); }
td.TdClassName
{
border-color: #DBC99F;
}
.TagClassName
{
border-color: #DBC99F;
}
</style>