Shades of Raffia #DECCA3
Tints of Raffia #DECCA3
RGB
CMYK
RGB Variations
Color information
#DECCA3 (or 0xDECCA3) is known color: Raffia. HEX triplet: DE, CC and A3. RGB value is (222,204,163). Sum of RGB (Red+Green+Blue) = 222+204+163=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCA3 is #21335C. Grayscale: #CCCCCC. Windows color (decimal): -2175837 or 10734814. OLE color: 10734814.
HSL color Cylindrical-coordinate representation of color #DECCA3: hue angle of 41.69º degrees, saturation: 0.47, 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 #DECCA3 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 163 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.13 |
| HSL | 41.69º | 0.47% | 0.75% | - |
| HSV(B) | 41.69º | 0.27% | 0.87% | - |
| XYZ | 58.33 | 61.36 | 43.42 | - |
| YUV | 204.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 163 | 0 | 0.08 | 0.27 | 0.13 | 41.69 | 0.47 | 0.75 |
| Hex | DE | CC | A3 | 0 | 8 | 1B | D | 2A | 2F | 4B |
| Octal | 336 | 314 | 243 | 0 | 10 | 33 | 15 | 52 | 57 | 113 |
| Binary | 11011110 | 11001100 | 10100011 | 0 | 1000 | 11011 | 1101 | 101010 | 101111 | 1001011 |
Color Harmonies of #DECCA3
Complementary color
Monochromatic Colors of #DECCA3
Black with #DECCA3
Text Example
Text Example
White with #DECCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCA3; }
p { color: rgb(222,204,163); }
H1.HeaderClassName
{
color: #DECCA3;
}
.AnyTagClassName
{
color: #DECCA3;
}
</style>
background-color css
<style>
a { background-color: #DECCA3; }
a { background-color: rgb(222,204,163); }
div.DivClassName
{
background-color: #DECCA3;
}
.BgClassName
{
background-color: #DECCA3;
}
</style>
border-color css
<style>
span { border-color: #DECCA3; }
span { border-color: rgb(222,204,163); }
td.TdClassName
{
border-color: #DECCA3;
}
.TagClassName
{
border-color: #DECCA3;
}
</style>