Shades of Raffia #DEC398
Tints of Raffia #DEC398
RGB
CMYK
RGB Variations
Color information
#DEC398 (or 0xDEC398) is known color: Raffia. HEX triplet: DE, C3 and 98. RGB value is (222,195,152). Sum of RGB (Red+Green+Blue) = 222+195+152=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC398 is #213C67. Grayscale: #C6C6C6. Windows color (decimal): -2178152 or 10011614. OLE color: 10011614.
HSL color Cylindrical-coordinate representation of color #DEC398: hue angle of 36.86º 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 #DEC398 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 152 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.13 |
| HSL | 36.86º | 0.51% | 0.73% | - |
| HSV(B) | 36.86º | 0.32% | 0.87% | - |
| XYZ | 55.31 | 56.83 | 37.76 | - |
| YUV | 198.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 152 | 0 | 0.12 | 0.32 | 0.13 | 36.86 | 0.51 | 0.73 |
| Hex | DE | C3 | 98 | 0 | C | 20 | D | 25 | 33 | 49 |
| Octal | 336 | 303 | 230 | 0 | 14 | 40 | 15 | 45 | 63 | 111 |
| Binary | 11011110 | 11000011 | 10011000 | 0 | 1100 | 100000 | 1101 | 100101 | 110011 | 1001001 |
Color Harmonies of #DEC398
Complementary color
Monochromatic Colors of #DEC398
Black with #DEC398
Text Example
Text Example
White with #DEC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC398; }
p { color: rgb(222,195,152); }
H1.HeaderClassName
{
color: #DEC398;
}
.AnyTagClassName
{
color: #DEC398;
}
</style>
background-color css
<style>
a { background-color: #DEC398; }
a { background-color: rgb(222,195,152); }
div.DivClassName
{
background-color: #DEC398;
}
.BgClassName
{
background-color: #DEC398;
}
</style>
border-color css
<style>
span { border-color: #DEC398; }
span { border-color: rgb(222,195,152); }
td.TdClassName
{
border-color: #DEC398;
}
.TagClassName
{
border-color: #DEC398;
}
</style>