Shades of Raffia #DEC294
Tints of Raffia #DEC294
RGB
CMYK
RGB Variations
Color information
#DEC294 (or 0xDEC294) is known color: Raffia. HEX triplet: DE, C2 and 94. RGB value is (222,194,148). Sum of RGB (Red+Green+Blue) = 222+194+148=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC294 is #213D6B. Grayscale: #C5C5C5. Windows color (decimal): -2178412 or 9749214. OLE color: 9749214.
HSL color Cylindrical-coordinate representation of color #DEC294: hue angle of 37.3º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEC294 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 148 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.13 |
| HSL | 37.3º | 0.53% | 0.73% | - |
| HSV(B) | 37.3º | 0.33% | 0.87% | - |
| XYZ | 54.76 | 56.25 | 35.99 | - |
| YUV | 197.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 148 | 0 | 0.13 | 0.33 | 0.13 | 37.3 | 0.53 | 0.73 |
| Hex | DE | C2 | 94 | 0 | D | 21 | D | 25 | 35 | 49 |
| Octal | 336 | 302 | 224 | 0 | 15 | 41 | 15 | 45 | 65 | 111 |
| Binary | 11011110 | 11000010 | 10010100 | 0 | 1101 | 100001 | 1101 | 100101 | 110101 | 1001001 |
Color Harmonies of #DEC294
Complementary color
Monochromatic Colors of #DEC294
Black with #DEC294
Text Example
Text Example
White with #DEC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC294; }
p { color: rgb(222,194,148); }
H1.HeaderClassName
{
color: #DEC294;
}
.AnyTagClassName
{
color: #DEC294;
}
</style>
background-color css
<style>
a { background-color: #DEC294; }
a { background-color: rgb(222,194,148); }
div.DivClassName
{
background-color: #DEC294;
}
.BgClassName
{
background-color: #DEC294;
}
</style>
border-color css
<style>
span { border-color: #DEC294; }
span { border-color: rgb(222,194,148); }
td.TdClassName
{
border-color: #DEC294;
}
.TagClassName
{
border-color: #DEC294;
}
</style>