Shades of Raffia #DEC49E
Tints of Raffia #DEC49E
RGB
CMYK
RGB Variations
Color information
#DEC49E (or 0xDEC49E) is known color: Raffia. HEX triplet: DE, C4 and 9E. RGB value is (222,196,158). Sum of RGB (Red+Green+Blue) = 222+196+158=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC49E is #213B61. Grayscale: #C7C7C7. Windows color (decimal): -2177890 or 10405086. OLE color: 10405086.
HSL color Cylindrical-coordinate representation of color #DEC49E: hue angle of 35.62º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEC49E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 158 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.13 |
| HSL | 35.63º | 0.49% | 0.75% | - |
| HSV(B) | 35.63º | 0.29% | 0.87% | - |
| XYZ | 56.04 | 57.48 | 40.49 | - |
| YUV | 199.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 158 | 0 | 0.12 | 0.29 | 0.13 | 35.63 | 0.49 | 0.75 |
| Hex | DE | C4 | 9E | 0 | C | 1D | D | 24 | 31 | 4B |
| Octal | 336 | 304 | 236 | 0 | 14 | 35 | 15 | 44 | 61 | 113 |
| Binary | 11011110 | 11000100 | 10011110 | 0 | 1100 | 11101 | 1101 | 100100 | 110001 | 1001011 |
Color Harmonies of #DEC49E
Complementary color
Monochromatic Colors of #DEC49E
Black with #DEC49E
Text Example
Text Example
White with #DEC49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC49E; }
p { color: rgb(222,196,158); }
H1.HeaderClassName
{
color: #DEC49E;
}
.AnyTagClassName
{
color: #DEC49E;
}
</style>
background-color css
<style>
a { background-color: #DEC49E; }
a { background-color: rgb(222,196,158); }
div.DivClassName
{
background-color: #DEC49E;
}
.BgClassName
{
background-color: #DEC49E;
}
</style>
border-color css
<style>
span { border-color: #DEC49E; }
span { border-color: rgb(222,196,158); }
td.TdClassName
{
border-color: #DEC49E;
}
.TagClassName
{
border-color: #DEC49E;
}
</style>