Shades of Raffia #DBC59C
Tints of Raffia #DBC59C
RGB
CMYK
RGB Variations
Color information
#DBC59C (or 0xDBC59C) is known color: Raffia. HEX triplet: DB, C5 and 9C. RGB value is (219,197,156). Sum of RGB (Red+Green+Blue) = 219+197+156=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC59C is #243A63. Grayscale: #C7C7C7. Windows color (decimal): -2374244 or 10274267. OLE color: 10274267.
HSL color Cylindrical-coordinate representation of color #DBC59C: hue angle of 39.05º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBC59C is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 156 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.14 |
| HSL | 39.05º | 0.47% | 0.74% | - |
| HSV(B) | 39.05º | 0.29% | 0.86% | - |
| XYZ | 55.18 | 57.39 | 39.62 | - |
| YUV | 198.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 156 | 0 | 0.10 | 0.29 | 0.14 | 39.05 | 0.47 | 0.74 |
| Hex | DB | C5 | 9C | 0 | A | 1D | E | 27 | 2F | 4A |
| Octal | 333 | 305 | 234 | 0 | 12 | 35 | 16 | 47 | 57 | 112 |
| Binary | 11011011 | 11000101 | 10011100 | 0 | 1010 | 11101 | 1110 | 100111 | 101111 | 1001010 |
Color Harmonies of #DBC59C
Complementary color
Monochromatic Colors of #DBC59C
Black with #DBC59C
Text Example
Text Example
White with #DBC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC59C; }
p { color: rgb(219,197,156); }
H1.HeaderClassName
{
color: #DBC59C;
}
.AnyTagClassName
{
color: #DBC59C;
}
</style>
background-color css
<style>
a { background-color: #DBC59C; }
a { background-color: rgb(219,197,156); }
div.DivClassName
{
background-color: #DBC59C;
}
.BgClassName
{
background-color: #DBC59C;
}
</style>
border-color css
<style>
span { border-color: #DBC59C; }
span { border-color: rgb(219,197,156); }
td.TdClassName
{
border-color: #DBC59C;
}
.TagClassName
{
border-color: #DBC59C;
}
</style>