Shades of Raffia #DECAA9
Tints of Raffia #DECAA9
RGB
CMYK
RGB Variations
Color information
#DECAA9 (or 0xDECAA9) is known color: Raffia. HEX triplet: DE, CA and A9. RGB value is (222,202,169). Sum of RGB (Red+Green+Blue) = 222+202+169=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAA9 is #213556. Grayscale: #CCCCCC. Windows color (decimal): -2176343 or 11127518. OLE color: 11127518.
HSL color Cylindrical-coordinate representation of color #DECAA9: hue angle of 37.36º 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 #DECAA9 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 169 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.13 |
| HSL | 37.36º | 0.45% | 0.77% | - |
| HSV(B) | 37.36º | 0.24% | 0.87% | - |
| XYZ | 58.41 | 60.64 | 46.16 | - |
| YUV | 204.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 169 | 0 | 0.09 | 0.24 | 0.13 | 37.36 | 0.45 | 0.77 |
| Hex | DE | CA | A9 | 0 | 9 | 18 | D | 25 | 2D | 4D |
| Octal | 336 | 312 | 251 | 0 | 11 | 30 | 15 | 45 | 55 | 115 |
| Binary | 11011110 | 11001010 | 10101001 | 0 | 1001 | 11000 | 1101 | 100101 | 101101 | 1001101 |
Color Harmonies of #DECAA9
Complementary color
Monochromatic Colors of #DECAA9
Black with #DECAA9
Text Example
Text Example
White with #DECAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAA9; }
p { color: rgb(222,202,169); }
H1.HeaderClassName
{
color: #DECAA9;
}
.AnyTagClassName
{
color: #DECAA9;
}
</style>
background-color css
<style>
a { background-color: #DECAA9; }
a { background-color: rgb(222,202,169); }
div.DivClassName
{
background-color: #DECAA9;
}
.BgClassName
{
background-color: #DECAA9;
}
</style>
border-color css
<style>
span { border-color: #DECAA9; }
span { border-color: rgb(222,202,169); }
td.TdClassName
{
border-color: #DECAA9;
}
.TagClassName
{
border-color: #DECAA9;
}
</style>