Shades of Raffia #DEC9A4
Tints of Raffia #DEC9A4
RGB
CMYK
RGB Variations
Color information
#DEC9A4 (or 0xDEC9A4) is known color: Raffia. HEX triplet: DE, C9 and A4. RGB value is (222,201,164). Sum of RGB (Red+Green+Blue) = 222+201+164=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9A4 is #21365B. Grayscale: #CBCBCB. Windows color (decimal): -2176604 or 10799582. OLE color: 10799582.
HSL color Cylindrical-coordinate representation of color #DEC9A4: hue angle of 38.28º 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 #DEC9A4 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 164 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.13 |
| HSL | 38.28º | 0.47% | 0.76% | - |
| HSV(B) | 38.28º | 0.26% | 0.87% | - |
| XYZ | 57.71 | 59.98 | 43.66 | - |
| YUV | 203.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 164 | 0 | 0.09 | 0.26 | 0.13 | 38.28 | 0.47 | 0.76 |
| Hex | DE | C9 | A4 | 0 | 9 | 1A | D | 26 | 2F | 4C |
| Octal | 336 | 311 | 244 | 0 | 11 | 32 | 15 | 46 | 57 | 114 |
| Binary | 11011110 | 11001001 | 10100100 | 0 | 1001 | 11010 | 1101 | 100110 | 101111 | 1001100 |
Color Harmonies of #DEC9A4
Complementary color
Monochromatic Colors of #DEC9A4
Black with #DEC9A4
Text Example
Text Example
White with #DEC9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9A4; }
p { color: rgb(222,201,164); }
H1.HeaderClassName
{
color: #DEC9A4;
}
.AnyTagClassName
{
color: #DEC9A4;
}
</style>
background-color css
<style>
a { background-color: #DEC9A4; }
a { background-color: rgb(222,201,164); }
div.DivClassName
{
background-color: #DEC9A4;
}
.BgClassName
{
background-color: #DEC9A4;
}
</style>
border-color css
<style>
span { border-color: #DEC9A4; }
span { border-color: rgb(222,201,164); }
td.TdClassName
{
border-color: #DEC9A4;
}
.TagClassName
{
border-color: #DEC9A4;
}
</style>