Shades of Raffia #D8C295
Tints of Raffia #D8C295
RGB
CMYK
RGB Variations
Color information
#D8C295 (or 0xD8C295) is known color: Raffia. HEX triplet: D8, C2 and 95. RGB value is (216,194,149). Sum of RGB (Red+Green+Blue) = 216+194+149=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C295 is #273D6A. Grayscale: #C3C3C3. Windows color (decimal): -2571627 or 9814744. OLE color: 9814744.
HSL color Cylindrical-coordinate representation of color #D8C295: hue angle of 40.3º 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 #D8C295 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 194 | 149 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.15 |
| HSL | 40.3º | 0.46% | 0.72% | - |
| HSV(B) | 40.3º | 0.31% | 0.85% | - |
| XYZ | 53.04 | 55.35 | 36.32 | - |
| YUV | 195.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 149 | 0 | 0.10 | 0.31 | 0.15 | 40.3 | 0.46 | 0.72 |
| Hex | D8 | C2 | 95 | 0 | A | 1F | F | 28 | 2E | 48 |
| Octal | 330 | 302 | 225 | 0 | 12 | 37 | 17 | 50 | 56 | 110 |
| Binary | 11011000 | 11000010 | 10010101 | 0 | 1010 | 11111 | 1111 | 101000 | 101110 | 1001000 |
Color Harmonies of #D8C295
Complementary color
Monochromatic Colors of #D8C295
Black with #D8C295
Text Example
Text Example
White with #D8C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C295; }
p { color: rgb(216,194,149); }
H1.HeaderClassName
{
color: #D8C295;
}
.AnyTagClassName
{
color: #D8C295;
}
</style>
background-color css
<style>
a { background-color: #D8C295; }
a { background-color: rgb(216,194,149); }
div.DivClassName
{
background-color: #D8C295;
}
.BgClassName
{
background-color: #D8C295;
}
</style>
border-color css
<style>
span { border-color: #D8C295; }
span { border-color: rgb(216,194,149); }
td.TdClassName
{
border-color: #D8C295;
}
.TagClassName
{
border-color: #D8C295;
}
</style>