Shades of Raffia #D9C098
Tints of Raffia #D9C098
RGB
CMYK
RGB Variations
Color information
#D9C098 (or 0xD9C098) is known color: Raffia. HEX triplet: D9, C0 and 98. RGB value is (217,192,152). Sum of RGB (Red+Green+Blue) = 217+192+152=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C098 is #263F67. Grayscale: #C3C3C3. Windows color (decimal): -2506600 or 10010841. OLE color: 10010841.
HSL color Cylindrical-coordinate representation of color #D9C098: hue angle of 36.92º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9C098 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 152 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.15 |
| HSL | 36.92º | 0.46% | 0.72% | - |
| HSV(B) | 36.92º | 0.3% | 0.85% | - |
| XYZ | 53.13 | 54.72 | 37.47 | - |
| YUV | 194.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 152 | 0 | 0.12 | 0.30 | 0.15 | 36.92 | 0.46 | 0.72 |
| Hex | D9 | C0 | 98 | 0 | C | 1E | F | 25 | 2E | 48 |
| Octal | 331 | 300 | 230 | 0 | 14 | 36 | 17 | 45 | 56 | 110 |
| Binary | 11011001 | 11000000 | 10011000 | 0 | 1100 | 11110 | 1111 | 100101 | 101110 | 1001000 |
Color Harmonies of #D9C098
Complementary color
Monochromatic Colors of #D9C098
Black with #D9C098
Text Example
Text Example
White with #D9C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C098; }
p { color: rgb(217,192,152); }
H1.HeaderClassName
{
color: #D9C098;
}
.AnyTagClassName
{
color: #D9C098;
}
</style>
background-color css
<style>
a { background-color: #D9C098; }
a { background-color: rgb(217,192,152); }
div.DivClassName
{
background-color: #D9C098;
}
.BgClassName
{
background-color: #D9C098;
}
</style>
border-color css
<style>
span { border-color: #D9C098; }
span { border-color: rgb(217,192,152); }
td.TdClassName
{
border-color: #D9C098;
}
.TagClassName
{
border-color: #D9C098;
}
</style>