Shades of Raffia #D8C096
Tints of Raffia #D8C096
RGB
CMYK
RGB Variations
Color information
#D8C096 (or 0xD8C096) is known color: Raffia. HEX triplet: D8, C0 and 96. RGB value is (216,192,150). Sum of RGB (Red+Green+Blue) = 216+192+150=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C096 is #273F69. Grayscale: #C2C2C2. Windows color (decimal): -2572138 or 9879768. OLE color: 9879768.
HSL color Cylindrical-coordinate representation of color #D8C096: hue angle of 38.18º 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 #D8C096 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 150 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.15 |
| HSL | 38.18º | 0.46% | 0.72% | - |
| HSV(B) | 38.18º | 0.31% | 0.85% | - |
| XYZ | 52.67 | 54.5 | 36.6 | - |
| YUV | 194.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 150 | 0 | 0.11 | 0.31 | 0.15 | 38.18 | 0.46 | 0.72 |
| Hex | D8 | C0 | 96 | 0 | B | 1F | F | 26 | 2E | 48 |
| Octal | 330 | 300 | 226 | 0 | 13 | 37 | 17 | 46 | 56 | 110 |
| Binary | 11011000 | 11000000 | 10010110 | 0 | 1011 | 11111 | 1111 | 100110 | 101110 | 1001000 |
Color Harmonies of #D8C096
Complementary color
Monochromatic Colors of #D8C096
Black with #D8C096
Text Example
Text Example
White with #D8C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C096; }
p { color: rgb(216,192,150); }
H1.HeaderClassName
{
color: #D8C096;
}
.AnyTagClassName
{
color: #D8C096;
}
</style>
background-color css
<style>
a { background-color: #D8C096; }
a { background-color: rgb(216,192,150); }
div.DivClassName
{
background-color: #D8C096;
}
.BgClassName
{
background-color: #D8C096;
}
</style>
border-color css
<style>
span { border-color: #D8C096; }
span { border-color: rgb(216,192,150); }
td.TdClassName
{
border-color: #D8C096;
}
.TagClassName
{
border-color: #D8C096;
}
</style>