Shades of Raffia #DECAA2
Tints of Raffia #DECAA2
RGB
CMYK
RGB Variations
Color information
#DECAA2 (or 0xDECAA2) is known color: Raffia. HEX triplet: DE, CA and A2. RGB value is (222,202,162). Sum of RGB (Red+Green+Blue) = 222+202+162=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAA2 is #21355D. Grayscale: #CBCBCB. Windows color (decimal): -2176350 or 10668766. OLE color: 10668766.
HSL color Cylindrical-coordinate representation of color #DECAA2: hue angle of 40º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DECAA2 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 162 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.13 |
| HSL | 40º | 0.48% | 0.75% | - |
| HSV(B) | 40º | 0.27% | 0.87% | - |
| XYZ | 57.77 | 60.38 | 42.79 | - |
| YUV | 203.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 162 | 0 | 0.09 | 0.27 | 0.13 | 40 | 0.48 | 0.75 |
| Hex | DE | CA | A2 | 0 | 9 | 1B | D | 28 | 30 | 4B |
| Octal | 336 | 312 | 242 | 0 | 11 | 33 | 15 | 50 | 60 | 113 |
| Binary | 11011110 | 11001010 | 10100010 | 0 | 1001 | 11011 | 1101 | 101000 | 110000 | 1001011 |
Color Harmonies of #DECAA2
Complementary color
Monochromatic Colors of #DECAA2
Black with #DECAA2
Text Example
Text Example
White with #DECAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAA2; }
p { color: rgb(222,202,162); }
H1.HeaderClassName
{
color: #DECAA2;
}
.AnyTagClassName
{
color: #DECAA2;
}
</style>
background-color css
<style>
a { background-color: #DECAA2; }
a { background-color: rgb(222,202,162); }
div.DivClassName
{
background-color: #DECAA2;
}
.BgClassName
{
background-color: #DECAA2;
}
</style>
border-color css
<style>
span { border-color: #DECAA2; }
span { border-color: rgb(222,202,162); }
td.TdClassName
{
border-color: #DECAA2;
}
.TagClassName
{
border-color: #DECAA2;
}
</style>