Shades of Raffia #DECAA8
Tints of Raffia #DECAA8
RGB
CMYK
RGB Variations
Color information
#DECAA8 (or 0xDECAA8) is known color: Raffia. HEX triplet: DE, CA and A8. RGB value is (222,202,168). Sum of RGB (Red+Green+Blue) = 222+202+168=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECAA8 is #213557. Grayscale: #CCCCCC. Windows color (decimal): -2176344 or 11061982. OLE color: 11061982.
HSL color Cylindrical-coordinate representation of color #DECAA8: hue angle of 37.78º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DECAA8 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 168 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.13 |
| HSL | 37.78º | 0.45% | 0.76% | - |
| HSV(B) | 37.78º | 0.24% | 0.87% | - |
| XYZ | 58.31 | 60.6 | 45.67 | - |
| YUV | 204.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 168 | 0 | 0.09 | 0.24 | 0.13 | 37.78 | 0.45 | 0.76 |
| Hex | DE | CA | A8 | 0 | 9 | 18 | D | 26 | 2D | 4C |
| Octal | 336 | 312 | 250 | 0 | 11 | 30 | 15 | 46 | 55 | 114 |
| Binary | 11011110 | 11001010 | 10101000 | 0 | 1001 | 11000 | 1101 | 100110 | 101101 | 1001100 |
Color Harmonies of #DECAA8
Complementary color
Monochromatic Colors of #DECAA8
Black with #DECAA8
Text Example
Text Example
White with #DECAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECAA8; }
p { color: rgb(222,202,168); }
H1.HeaderClassName
{
color: #DECAA8;
}
.AnyTagClassName
{
color: #DECAA8;
}
</style>
background-color css
<style>
a { background-color: #DECAA8; }
a { background-color: rgb(222,202,168); }
div.DivClassName
{
background-color: #DECAA8;
}
.BgClassName
{
background-color: #DECAA8;
}
</style>
border-color css
<style>
span { border-color: #DECAA8; }
span { border-color: rgb(222,202,168); }
td.TdClassName
{
border-color: #DECAA8;
}
.TagClassName
{
border-color: #DECAA8;
}
</style>