Shades of Raffia #DEC198
Tints of Raffia #DEC198
RGB
CMYK
RGB Variations
Color information
#DEC198 (or 0xDEC198) is known color: Raffia. HEX triplet: DE, C1 and 98. RGB value is (222,193,152). Sum of RGB (Red+Green+Blue) = 222+193+152=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC198 is #213E67. Grayscale: #C5C5C5. Windows color (decimal): -2178664 or 10011102. OLE color: 10011102.
HSL color Cylindrical-coordinate representation of color #DEC198: hue angle of 35.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEC198 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 152 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.13 |
| HSL | 35.14º | 0.51% | 0.73% | - |
| HSV(B) | 35.14º | 0.32% | 0.87% | - |
| XYZ | 54.86 | 55.94 | 37.61 | - |
| YUV | 197 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 152 | 0 | 0.13 | 0.32 | 0.13 | 35.14 | 0.51 | 0.73 |
| Hex | DE | C1 | 98 | 0 | D | 20 | D | 23 | 33 | 49 |
| Octal | 336 | 301 | 230 | 0 | 15 | 40 | 15 | 43 | 63 | 111 |
| Binary | 11011110 | 11000001 | 10011000 | 0 | 1101 | 100000 | 1101 | 100011 | 110011 | 1001001 |
Color Harmonies of #DEC198
Complementary color
Monochromatic Colors of #DEC198
Black with #DEC198
Text Example
Text Example
White with #DEC198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC198; }
p { color: rgb(222,193,152); }
H1.HeaderClassName
{
color: #DEC198;
}
.AnyTagClassName
{
color: #DEC198;
}
</style>
background-color css
<style>
a { background-color: #DEC198; }
a { background-color: rgb(222,193,152); }
div.DivClassName
{
background-color: #DEC198;
}
.BgClassName
{
background-color: #DEC198;
}
</style>
border-color css
<style>
span { border-color: #DEC198; }
span { border-color: rgb(222,193,152); }
td.TdClassName
{
border-color: #DEC198;
}
.TagClassName
{
border-color: #DEC198;
}
</style>