Shades of Raffia #DEC496
Tints of Raffia #DEC496
RGB
CMYK
RGB Variations
Color information
#DEC496 (or 0xDEC496) is known color: Raffia. HEX triplet: DE, C4 and 96. RGB value is (222,196,150). Sum of RGB (Red+Green+Blue) = 222+196+150=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC496 is #213B69. Grayscale: #C6C6C6. Windows color (decimal): -2177898 or 9880798. OLE color: 9880798.
HSL color Cylindrical-coordinate representation of color #DEC496: hue angle of 38.33º degrees, saturation: 0.52, 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 #DEC496 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 150 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.13 |
| HSL | 38.33º | 0.52% | 0.73% | - |
| HSV(B) | 38.33º | 0.32% | 0.87% | - |
| XYZ | 55.37 | 57.21 | 36.98 | - |
| YUV | 198.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 150 | 0 | 0.12 | 0.32 | 0.13 | 38.33 | 0.52 | 0.73 |
| Hex | DE | C4 | 96 | 0 | C | 20 | D | 26 | 34 | 49 |
| Octal | 336 | 304 | 226 | 0 | 14 | 40 | 15 | 46 | 64 | 111 |
| Binary | 11011110 | 11000100 | 10010110 | 0 | 1100 | 100000 | 1101 | 100110 | 110100 | 1001001 |
Color Harmonies of #DEC496
Complementary color
Monochromatic Colors of #DEC496
Black with #DEC496
Text Example
Text Example
White with #DEC496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC496; }
p { color: rgb(222,196,150); }
H1.HeaderClassName
{
color: #DEC496;
}
.AnyTagClassName
{
color: #DEC496;
}
</style>
background-color css
<style>
a { background-color: #DEC496; }
a { background-color: rgb(222,196,150); }
div.DivClassName
{
background-color: #DEC496;
}
.BgClassName
{
background-color: #DEC496;
}
</style>
border-color css
<style>
span { border-color: #DEC496; }
span { border-color: rgb(222,196,150); }
td.TdClassName
{
border-color: #DEC496;
}
.TagClassName
{
border-color: #DEC496;
}
</style>