Shades of Raffia #DEC199
Tints of Raffia #DEC199
RGB
CMYK
RGB Variations
Color information
#DEC199 (or 0xDEC199) is known color: Raffia. HEX triplet: DE, C1 and 99. RGB value is (222,193,153). Sum of RGB (Red+Green+Blue) = 222+193+153=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC199 is #213E66. Grayscale: #C5C5C5. Windows color (decimal): -2178663 or 10076638. OLE color: 10076638.
HSL color Cylindrical-coordinate representation of color #DEC199: hue angle of 34.78º 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 #DEC199 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 153 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.13 |
| HSL | 34.78º | 0.51% | 0.74% | - |
| HSV(B) | 34.78º | 0.31% | 0.87% | - |
| XYZ | 54.94 | 55.97 | 38.04 | - |
| YUV | 197.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 153 | 0 | 0.13 | 0.31 | 0.13 | 34.78 | 0.51 | 0.74 |
| Hex | DE | C1 | 99 | 0 | D | 1F | D | 23 | 33 | 4A |
| Octal | 336 | 301 | 231 | 0 | 15 | 37 | 15 | 43 | 63 | 112 |
| Binary | 11011110 | 11000001 | 10011001 | 0 | 1101 | 11111 | 1101 | 100011 | 110011 | 1001010 |
Color Harmonies of #DEC199
Complementary color
Monochromatic Colors of #DEC199
Black with #DEC199
Text Example
Text Example
White with #DEC199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC199; }
p { color: rgb(222,193,153); }
H1.HeaderClassName
{
color: #DEC199;
}
.AnyTagClassName
{
color: #DEC199;
}
</style>
background-color css
<style>
a { background-color: #DEC199; }
a { background-color: rgb(222,193,153); }
div.DivClassName
{
background-color: #DEC199;
}
.BgClassName
{
background-color: #DEC199;
}
</style>
border-color css
<style>
span { border-color: #DEC199; }
span { border-color: rgb(222,193,153); }
td.TdClassName
{
border-color: #DEC199;
}
.TagClassName
{
border-color: #DEC199;
}
</style>