Shades of Raffia #DEC698
Tints of Raffia #DEC698
RGB
CMYK
RGB Variations
Color information
#DEC698 (or 0xDEC698) is known color: Raffia. HEX triplet: DE, C6 and 98. RGB value is (222,198,152). Sum of RGB (Red+Green+Blue) = 222+198+152=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC698 is #213967. Grayscale: #C8C8C8. Windows color (decimal): -2177384 or 10012382. OLE color: 10012382.
HSL color Cylindrical-coordinate representation of color #DEC698: hue angle of 39.43º 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 #DEC698 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 152 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.13 |
| HSL | 39.43º | 0.51% | 0.73% | - |
| HSV(B) | 39.43º | 0.32% | 0.87% | - |
| XYZ | 55.99 | 58.18 | 37.99 | - |
| YUV | 199.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 152 | 0 | 0.11 | 0.32 | 0.13 | 39.43 | 0.51 | 0.73 |
| Hex | DE | C6 | 98 | 0 | B | 20 | D | 27 | 33 | 49 |
| Octal | 336 | 306 | 230 | 0 | 13 | 40 | 15 | 47 | 63 | 111 |
| Binary | 11011110 | 11000110 | 10011000 | 0 | 1011 | 100000 | 1101 | 100111 | 110011 | 1001001 |
Color Harmonies of #DEC698
Complementary color
Monochromatic Colors of #DEC698
Black with #DEC698
Text Example
Text Example
White with #DEC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC698; }
p { color: rgb(222,198,152); }
H1.HeaderClassName
{
color: #DEC698;
}
.AnyTagClassName
{
color: #DEC698;
}
</style>
background-color css
<style>
a { background-color: #DEC698; }
a { background-color: rgb(222,198,152); }
div.DivClassName
{
background-color: #DEC698;
}
.BgClassName
{
background-color: #DEC698;
}
</style>
border-color css
<style>
span { border-color: #DEC698; }
span { border-color: rgb(222,198,152); }
td.TdClassName
{
border-color: #DEC698;
}
.TagClassName
{
border-color: #DEC698;
}
</style>