Shades of Raffia #DEC9A9
Tints of Raffia #DEC9A9
RGB
CMYK
RGB Variations
Color information
#DEC9A9 (or 0xDEC9A9) is known color: Raffia. HEX triplet: DE, C9 and A9. RGB value is (222,201,169). Sum of RGB (Red+Green+Blue) = 222+201+169=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 169 (66.41% from 255 or 28.55% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9A9 is #213656. Grayscale: #CBCBCB. Windows color (decimal): -2176599 or 11127262. OLE color: 11127262.
HSL color Cylindrical-coordinate representation of color #DEC9A9: hue angle of 36.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEC9A9 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 169 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.13 |
| HSL | 36.23º | 0.45% | 0.77% | - |
| HSV(B) | 36.23º | 0.24% | 0.87% | - |
| XYZ | 58.17 | 60.17 | 46.08 | - |
| YUV | 203.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 169 | 0 | 0.09 | 0.24 | 0.13 | 36.23 | 0.45 | 0.77 |
| Hex | DE | C9 | A9 | 0 | 9 | 18 | D | 24 | 2D | 4D |
| Octal | 336 | 311 | 251 | 0 | 11 | 30 | 15 | 44 | 55 | 115 |
| Binary | 11011110 | 11001001 | 10101001 | 0 | 1001 | 11000 | 1101 | 100100 | 101101 | 1001101 |
Color Harmonies of #DEC9A9
Complementary color
Monochromatic Colors of #DEC9A9
Black with #DEC9A9
Text Example
Text Example
White with #DEC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9A9; }
p { color: rgb(222,201,169); }
H1.HeaderClassName
{
color: #DEC9A9;
}
.AnyTagClassName
{
color: #DEC9A9;
}
</style>
background-color css
<style>
a { background-color: #DEC9A9; }
a { background-color: rgb(222,201,169); }
div.DivClassName
{
background-color: #DEC9A9;
}
.BgClassName
{
background-color: #DEC9A9;
}
</style>
border-color css
<style>
span { border-color: #DEC9A9; }
span { border-color: rgb(222,201,169); }
td.TdClassName
{
border-color: #DEC9A9;
}
.TagClassName
{
border-color: #DEC9A9;
}
</style>