Shades of Raffia #DEC99C
Tints of Raffia #DEC99C
RGB
CMYK
RGB Variations
Color information
#DEC99C (or 0xDEC99C) is known color: Raffia. HEX triplet: DE, C9 and 9C. RGB value is (222,201,156). Sum of RGB (Red+Green+Blue) = 222+201+156=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC99C is #213663. Grayscale: #CACACA. Windows color (decimal): -2176612 or 10275294. OLE color: 10275294.
HSL color Cylindrical-coordinate representation of color #DEC99C: hue angle of 40.91º 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 #DEC99C is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 156 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.13 |
| HSL | 40.91º | 0.5% | 0.74% | - |
| HSV(B) | 40.91º | 0.3% | 0.87% | - |
| XYZ | 57.01 | 59.7 | 39.97 | - |
| YUV | 202.15 | 101.96 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 156 | 0 | 0.09 | 0.30 | 0.13 | 40.91 | 0.5 | 0.74 |
| Hex | DE | C9 | 9C | 0 | 9 | 1E | D | 29 | 32 | 4A |
| Octal | 336 | 311 | 234 | 0 | 11 | 36 | 15 | 51 | 62 | 112 |
| Binary | 11011110 | 11001001 | 10011100 | 0 | 1001 | 11110 | 1101 | 101001 | 110010 | 1001010 |
Color Harmonies of #DEC99C
Complementary color
Monochromatic Colors of #DEC99C
Black with #DEC99C
Text Example
Text Example
White with #DEC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC99C; }
p { color: rgb(222,201,156); }
H1.HeaderClassName
{
color: #DEC99C;
}
.AnyTagClassName
{
color: #DEC99C;
}
</style>
background-color css
<style>
a { background-color: #DEC99C; }
a { background-color: rgb(222,201,156); }
div.DivClassName
{
background-color: #DEC99C;
}
.BgClassName
{
background-color: #DEC99C;
}
</style>
border-color css
<style>
span { border-color: #DEC99C; }
span { border-color: rgb(222,201,156); }
td.TdClassName
{
border-color: #DEC99C;
}
.TagClassName
{
border-color: #DEC99C;
}
</style>