Shades of Raffia #D8C095
Tints of Raffia #D8C095
RGB
CMYK
RGB Variations
Color information
#D8C095 (or 0xD8C095) is known color: Raffia. HEX triplet: D8, C0 and 95. RGB value is (216,192,149). Sum of RGB (Red+Green+Blue) = 216+192+149=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C095 is #273F6A. Grayscale: #C2C2C2. Windows color (decimal): -2572139 or 9814232. OLE color: 9814232.
HSL color Cylindrical-coordinate representation of color #D8C095: hue angle of 38.51º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8C095 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 149 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.15 |
| HSL | 38.51º | 0.46% | 0.72% | - |
| HSV(B) | 38.51º | 0.31% | 0.85% | - |
| XYZ | 52.59 | 54.47 | 36.18 | - |
| YUV | 194.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 149 | 0 | 0.11 | 0.31 | 0.15 | 38.51 | 0.46 | 0.72 |
| Hex | D8 | C0 | 95 | 0 | B | 1F | F | 27 | 2E | 48 |
| Octal | 330 | 300 | 225 | 0 | 13 | 37 | 17 | 47 | 56 | 110 |
| Binary | 11011000 | 11000000 | 10010101 | 0 | 1011 | 11111 | 1111 | 100111 | 101110 | 1001000 |
Color Harmonies of #D8C095
Complementary color
Monochromatic Colors of #D8C095
Black with #D8C095
Text Example
Text Example
White with #D8C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C095; }
p { color: rgb(216,192,149); }
H1.HeaderClassName
{
color: #D8C095;
}
.AnyTagClassName
{
color: #D8C095;
}
</style>
background-color css
<style>
a { background-color: #D8C095; }
a { background-color: rgb(216,192,149); }
div.DivClassName
{
background-color: #D8C095;
}
.BgClassName
{
background-color: #D8C095;
}
</style>
border-color css
<style>
span { border-color: #D8C095; }
span { border-color: rgb(216,192,149); }
td.TdClassName
{
border-color: #D8C095;
}
.TagClassName
{
border-color: #D8C095;
}
</style>