Shades of Raffia #DECCA4
Tints of Raffia #DECCA4
RGB
CMYK
RGB Variations
Color information
#DECCA4 (or 0xDECCA4) is known color: Raffia. HEX triplet: DE, CC and A4. RGB value is (222,204,164). Sum of RGB (Red+Green+Blue) = 222+204+164=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 164 (64.45% from 255 or 27.80% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCA4 is #21335B. Grayscale: #CCCCCC. Windows color (decimal): -2175836 or 10800350. OLE color: 10800350.
HSL color Cylindrical-coordinate representation of color #DECCA4: hue angle of 41.38º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DECCA4 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 164 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.13 |
| HSL | 41.38º | 0.47% | 0.76% | - |
| HSV(B) | 41.38º | 0.26% | 0.87% | - |
| XYZ | 58.42 | 61.4 | 43.89 | - |
| YUV | 204.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 164 | 0 | 0.08 | 0.26 | 0.13 | 41.38 | 0.47 | 0.76 |
| Hex | DE | CC | A4 | 0 | 8 | 1A | D | 29 | 2F | 4C |
| Octal | 336 | 314 | 244 | 0 | 10 | 32 | 15 | 51 | 57 | 114 |
| Binary | 11011110 | 11001100 | 10100100 | 0 | 1000 | 11010 | 1101 | 101001 | 101111 | 1001100 |
Color Harmonies of #DECCA4
Complementary color
Monochromatic Colors of #DECCA4
Black with #DECCA4
Text Example
Text Example
White with #DECCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCA4; }
p { color: rgb(222,204,164); }
H1.HeaderClassName
{
color: #DECCA4;
}
.AnyTagClassName
{
color: #DECCA4;
}
</style>
background-color css
<style>
a { background-color: #DECCA4; }
a { background-color: rgb(222,204,164); }
div.DivClassName
{
background-color: #DECCA4;
}
.BgClassName
{
background-color: #DECCA4;
}
</style>
border-color css
<style>
span { border-color: #DECCA4; }
span { border-color: rgb(222,204,164); }
td.TdClassName
{
border-color: #DECCA4;
}
.TagClassName
{
border-color: #DECCA4;
}
</style>