Shades of Raffia #D8C094
Tints of Raffia #D8C094
RGB
CMYK
RGB Variations
Color information
#D8C094 (or 0xD8C094) is known color: Raffia. HEX triplet: D8, C0 and 94. RGB value is (216,192,148). Sum of RGB (Red+Green+Blue) = 216+192+148=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C094 is #273F6B. Grayscale: #C2C2C2. Windows color (decimal): -2572140 or 9748696. OLE color: 9748696.
HSL color Cylindrical-coordinate representation of color #D8C094: hue angle of 38.82º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8C094 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 148 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.15 |
| HSL | 38.82º | 0.47% | 0.71% | - |
| HSV(B) | 38.82º | 0.31% | 0.85% | - |
| XYZ | 52.51 | 54.44 | 35.76 | - |
| YUV | 194.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 148 | 0 | 0.11 | 0.31 | 0.15 | 38.82 | 0.47 | 0.71 |
| Hex | D8 | C0 | 94 | 0 | B | 1F | F | 27 | 2F | 47 |
| Octal | 330 | 300 | 224 | 0 | 13 | 37 | 17 | 47 | 57 | 107 |
| Binary | 11011000 | 11000000 | 10010100 | 0 | 1011 | 11111 | 1111 | 100111 | 101111 | 1000111 |
Color Harmonies of #D8C094
Complementary color
Monochromatic Colors of #D8C094
Black with #D8C094
Text Example
Text Example
White with #D8C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C094; }
p { color: rgb(216,192,148); }
H1.HeaderClassName
{
color: #D8C094;
}
.AnyTagClassName
{
color: #D8C094;
}
</style>
background-color css
<style>
a { background-color: #D8C094; }
a { background-color: rgb(216,192,148); }
div.DivClassName
{
background-color: #D8C094;
}
.BgClassName
{
background-color: #D8C094;
}
</style>
border-color css
<style>
span { border-color: #D8C094; }
span { border-color: rgb(216,192,148); }
td.TdClassName
{
border-color: #D8C094;
}
.TagClassName
{
border-color: #D8C094;
}
</style>