Shades of Raffia #DBC09C
Tints of Raffia #DBC09C
RGB
CMYK
RGB Variations
Color information
#DBC09C (or 0xDBC09C) is known color: Raffia. HEX triplet: DB, C0 and 9C. RGB value is (219,192,156). Sum of RGB (Red+Green+Blue) = 219+192+156=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC09C is #243F63. Grayscale: #C4C4C4. Windows color (decimal): -2375524 or 10272987. OLE color: 10272987.
HSL color Cylindrical-coordinate representation of color #DBC09C: hue angle of 34.29º 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 #DBC09C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 156 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.14 |
| HSL | 34.29º | 0.47% | 0.74% | - |
| HSV(B) | 34.29º | 0.29% | 0.86% | - |
| XYZ | 54.06 | 55.16 | 39.25 | - |
| YUV | 195.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 156 | 0 | 0.12 | 0.29 | 0.14 | 34.29 | 0.47 | 0.74 |
| Hex | DB | C0 | 9C | 0 | C | 1D | E | 22 | 2F | 4A |
| Octal | 333 | 300 | 234 | 0 | 14 | 35 | 16 | 42 | 57 | 112 |
| Binary | 11011011 | 11000000 | 10011100 | 0 | 1100 | 11101 | 1110 | 100010 | 101111 | 1001010 |
Color Harmonies of #DBC09C
Complementary color
Monochromatic Colors of #DBC09C
Black with #DBC09C
Text Example
Text Example
White with #DBC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC09C; }
p { color: rgb(219,192,156); }
H1.HeaderClassName
{
color: #DBC09C;
}
.AnyTagClassName
{
color: #DBC09C;
}
</style>
background-color css
<style>
a { background-color: #DBC09C; }
a { background-color: rgb(219,192,156); }
div.DivClassName
{
background-color: #DBC09C;
}
.BgClassName
{
background-color: #DBC09C;
}
</style>
border-color css
<style>
span { border-color: #DBC09C; }
span { border-color: rgb(219,192,156); }
td.TdClassName
{
border-color: #DBC09C;
}
.TagClassName
{
border-color: #DBC09C;
}
</style>