Shades of Raffia #DECCA6
Tints of Raffia #DECCA6
RGB
CMYK
RGB Variations
Color information
#DECCA6 (or 0xDECCA6) is known color: Raffia. HEX triplet: DE, CC and A6. RGB value is (222,204,166). Sum of RGB (Red+Green+Blue) = 222+204+166=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCA6 is #213359. Grayscale: #CDCDCD. Windows color (decimal): -2175834 or 10931422. OLE color: 10931422.
HSL color Cylindrical-coordinate representation of color #DECCA6: hue angle of 40.71º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DECCA6 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 166 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.13 |
| HSL | 40.71º | 0.46% | 0.76% | - |
| HSV(B) | 40.71º | 0.25% | 0.87% | - |
| XYZ | 58.6 | 61.47 | 44.85 | - |
| YUV | 205.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 166 | 0 | 0.08 | 0.25 | 0.13 | 40.71 | 0.46 | 0.76 |
| Hex | DE | CC | A6 | 0 | 8 | 19 | D | 29 | 2E | 4C |
| Octal | 336 | 314 | 246 | 0 | 10 | 31 | 15 | 51 | 56 | 114 |
| Binary | 11011110 | 11001100 | 10100110 | 0 | 1000 | 11001 | 1101 | 101001 | 101110 | 1001100 |
Color Harmonies of #DECCA6
Complementary color
Monochromatic Colors of #DECCA6
Black with #DECCA6
Text Example
Text Example
White with #DECCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCA6; }
p { color: rgb(222,204,166); }
H1.HeaderClassName
{
color: #DECCA6;
}
.AnyTagClassName
{
color: #DECCA6;
}
</style>
background-color css
<style>
a { background-color: #DECCA6; }
a { background-color: rgb(222,204,166); }
div.DivClassName
{
background-color: #DECCA6;
}
.BgClassName
{
background-color: #DECCA6;
}
</style>
border-color css
<style>
span { border-color: #DECCA6; }
span { border-color: rgb(222,204,166); }
td.TdClassName
{
border-color: #DECCA6;
}
.TagClassName
{
border-color: #DECCA6;
}
</style>