Shades of Raffia #DEC29E
Tints of Raffia #DEC29E
RGB
CMYK
RGB Variations
Color information
#DEC29E (or 0xDEC29E) is known color: Raffia. HEX triplet: DE, C2 and 9E. RGB value is (222,194,158). Sum of RGB (Red+Green+Blue) = 222+194+158=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC29E is #213D61. Grayscale: #C6C6C6. Windows color (decimal): -2178402 or 10404574. OLE color: 10404574.
HSL color Cylindrical-coordinate representation of color #DEC29E: hue angle of 33.75º 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 #DEC29E is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 158 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.13 |
| HSL | 33.75º | 0.49% | 0.75% | - |
| HSV(B) | 33.75º | 0.29% | 0.87% | - |
| XYZ | 55.59 | 56.58 | 40.34 | - |
| YUV | 198.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 158 | 0 | 0.13 | 0.29 | 0.13 | 33.75 | 0.49 | 0.75 |
| Hex | DE | C2 | 9E | 0 | D | 1D | D | 22 | 31 | 4B |
| Octal | 336 | 302 | 236 | 0 | 15 | 35 | 15 | 42 | 61 | 113 |
| Binary | 11011110 | 11000010 | 10011110 | 0 | 1101 | 11101 | 1101 | 100010 | 110001 | 1001011 |
Color Harmonies of #DEC29E
Complementary color
Monochromatic Colors of #DEC29E
Black with #DEC29E
Text Example
Text Example
White with #DEC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC29E; }
p { color: rgb(222,194,158); }
H1.HeaderClassName
{
color: #DEC29E;
}
.AnyTagClassName
{
color: #DEC29E;
}
</style>
background-color css
<style>
a { background-color: #DEC29E; }
a { background-color: rgb(222,194,158); }
div.DivClassName
{
background-color: #DEC29E;
}
.BgClassName
{
background-color: #DEC29E;
}
</style>
border-color css
<style>
span { border-color: #DEC29E; }
span { border-color: rgb(222,194,158); }
td.TdClassName
{
border-color: #DEC29E;
}
.TagClassName
{
border-color: #DEC29E;
}
</style>