Shades of Raffia #DEC19A
Tints of Raffia #DEC19A
RGB
CMYK
RGB Variations
Color information
#DEC19A (or 0xDEC19A) is known color: Raffia. HEX triplet: DE, C1 and 9A. RGB value is (222,193,154). Sum of RGB (Red+Green+Blue) = 222+193+154=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC19A is #213E65. Grayscale: #C5C5C5. Windows color (decimal): -2178662 or 10142174. OLE color: 10142174.
HSL color Cylindrical-coordinate representation of color #DEC19A: hue angle of 34.41º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEC19A is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 154 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.13 |
| HSL | 34.41º | 0.51% | 0.74% | - |
| HSV(B) | 34.41º | 0.31% | 0.87% | - |
| XYZ | 55.03 | 56 | 38.48 | - |
| YUV | 197.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 154 | 0 | 0.13 | 0.31 | 0.13 | 34.41 | 0.51 | 0.74 |
| Hex | DE | C1 | 9A | 0 | D | 1F | D | 22 | 33 | 4A |
| Octal | 336 | 301 | 232 | 0 | 15 | 37 | 15 | 42 | 63 | 112 |
| Binary | 11011110 | 11000001 | 10011010 | 0 | 1101 | 11111 | 1101 | 100010 | 110011 | 1001010 |
Color Harmonies of #DEC19A
Complementary color
Monochromatic Colors of #DEC19A
Black with #DEC19A
Text Example
Text Example
White with #DEC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC19A; }
p { color: rgb(222,193,154); }
H1.HeaderClassName
{
color: #DEC19A;
}
.AnyTagClassName
{
color: #DEC19A;
}
</style>
background-color css
<style>
a { background-color: #DEC19A; }
a { background-color: rgb(222,193,154); }
div.DivClassName
{
background-color: #DEC19A;
}
.BgClassName
{
background-color: #DEC19A;
}
</style>
border-color css
<style>
span { border-color: #DEC19A; }
span { border-color: rgb(222,193,154); }
td.TdClassName
{
border-color: #DEC19A;
}
.TagClassName
{
border-color: #DEC19A;
}
</style>