Shades of Raffia #DEC197
Tints of Raffia #DEC197
RGB
CMYK
RGB Variations
Color information
#DEC197 (or 0xDEC197) is known color: Raffia. HEX triplet: DE, C1 and 97. RGB value is (222,193,151). Sum of RGB (Red+Green+Blue) = 222+193+151=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC197 is #213E68. Grayscale: #C5C5C5. Windows color (decimal): -2178665 or 9945566. OLE color: 9945566.
HSL color Cylindrical-coordinate representation of color #DEC197: hue angle of 35.49º 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 #DEC197 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 151 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.13 |
| HSL | 35.49º | 0.52% | 0.73% | - |
| HSV(B) | 35.49º | 0.32% | 0.87% | - |
| XYZ | 54.78 | 55.9 | 37.18 | - |
| YUV | 196.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 151 | 0 | 0.13 | 0.32 | 0.13 | 35.49 | 0.52 | 0.73 |
| Hex | DE | C1 | 97 | 0 | D | 20 | D | 23 | 34 | 49 |
| Octal | 336 | 301 | 227 | 0 | 15 | 40 | 15 | 43 | 64 | 111 |
| Binary | 11011110 | 11000001 | 10010111 | 0 | 1101 | 100000 | 1101 | 100011 | 110100 | 1001001 |
Color Harmonies of #DEC197
Complementary color
Monochromatic Colors of #DEC197
Black with #DEC197
Text Example
Text Example
White with #DEC197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC197; }
p { color: rgb(222,193,151); }
H1.HeaderClassName
{
color: #DEC197;
}
.AnyTagClassName
{
color: #DEC197;
}
</style>
background-color css
<style>
a { background-color: #DEC197; }
a { background-color: rgb(222,193,151); }
div.DivClassName
{
background-color: #DEC197;
}
.BgClassName
{
background-color: #DEC197;
}
</style>
border-color css
<style>
span { border-color: #DEC197; }
span { border-color: rgb(222,193,151); }
td.TdClassName
{
border-color: #DEC197;
}
.TagClassName
{
border-color: #DEC197;
}
</style>