Shades of Raffia #DBC99E
Tints of Raffia #DBC99E
RGB
CMYK
RGB Variations
Color information
#DBC99E (or 0xDBC99E) is known color: Raffia. HEX triplet: DB, C9 and 9E. RGB value is (219,201,158). Sum of RGB (Red+Green+Blue) = 219+201+158=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC99E is #243661. Grayscale: #C9C9C9. Windows color (decimal): -2373218 or 10406363. OLE color: 10406363.
HSL color Cylindrical-coordinate representation of color #DBC99E: hue angle of 42.3º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBC99E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 158 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.14 |
| HSL | 42.3º | 0.46% | 0.74% | - |
| HSV(B) | 42.3º | 0.28% | 0.86% | - |
| XYZ | 56.27 | 59.3 | 40.83 | - |
| YUV | 201.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 158 | 0 | 0.08 | 0.28 | 0.14 | 42.3 | 0.46 | 0.74 |
| Hex | DB | C9 | 9E | 0 | 8 | 1C | E | 2A | 2E | 4A |
| Octal | 333 | 311 | 236 | 0 | 10 | 34 | 16 | 52 | 56 | 112 |
| Binary | 11011011 | 11001001 | 10011110 | 0 | 1000 | 11100 | 1110 | 101010 | 101110 | 1001010 |
Color Harmonies of #DBC99E
Complementary color
Monochromatic Colors of #DBC99E
Black with #DBC99E
Text Example
Text Example
White with #DBC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC99E; }
p { color: rgb(219,201,158); }
H1.HeaderClassName
{
color: #DBC99E;
}
.AnyTagClassName
{
color: #DBC99E;
}
</style>
background-color css
<style>
a { background-color: #DBC99E; }
a { background-color: rgb(219,201,158); }
div.DivClassName
{
background-color: #DBC99E;
}
.BgClassName
{
background-color: #DBC99E;
}
</style>
border-color css
<style>
span { border-color: #DBC99E; }
span { border-color: rgb(219,201,158); }
td.TdClassName
{
border-color: #DBC99E;
}
.TagClassName
{
border-color: #DBC99E;
}
</style>