Shades of Raffia #DEC19C
Tints of Raffia #DEC19C
RGB
CMYK
RGB Variations
Color information
#DEC19C (or 0xDEC19C) is known color: Raffia. HEX triplet: DE, C1 and 9C. RGB value is (222,193,156). Sum of RGB (Red+Green+Blue) = 222+193+156=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC19C is #213E63. Grayscale: #C5C5C5. Windows color (decimal): -2178660 or 10273246. OLE color: 10273246.
HSL color Cylindrical-coordinate representation of color #DEC19C: hue angle of 33.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEC19C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 156 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.13 |
| HSL | 33.64º | 0.5% | 0.74% | - |
| HSV(B) | 33.64º | 0.3% | 0.87% | - |
| XYZ | 55.19 | 56.07 | 39.37 | - |
| YUV | 197.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 156 | 0 | 0.13 | 0.30 | 0.13 | 33.64 | 0.5 | 0.74 |
| Hex | DE | C1 | 9C | 0 | D | 1E | D | 22 | 32 | 4A |
| Octal | 336 | 301 | 234 | 0 | 15 | 36 | 15 | 42 | 62 | 112 |
| Binary | 11011110 | 11000001 | 10011100 | 0 | 1101 | 11110 | 1101 | 100010 | 110010 | 1001010 |
Color Harmonies of #DEC19C
Complementary color
Monochromatic Colors of #DEC19C
Black with #DEC19C
Text Example
Text Example
White with #DEC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC19C; }
p { color: rgb(222,193,156); }
H1.HeaderClassName
{
color: #DEC19C;
}
.AnyTagClassName
{
color: #DEC19C;
}
</style>
background-color css
<style>
a { background-color: #DEC19C; }
a { background-color: rgb(222,193,156); }
div.DivClassName
{
background-color: #DEC19C;
}
.BgClassName
{
background-color: #DEC19C;
}
</style>
border-color css
<style>
span { border-color: #DEC19C; }
span { border-color: rgb(222,193,156); }
td.TdClassName
{
border-color: #DEC19C;
}
.TagClassName
{
border-color: #DEC19C;
}
</style>