Shades of Raffia #DEC9A7
Tints of Raffia #DEC9A7
RGB
CMYK
RGB Variations
Color information
#DEC9A7 (or 0xDEC9A7) is known color: Raffia. HEX triplet: DE, C9 and A7. RGB value is (222,201,167). Sum of RGB (Red+Green+Blue) = 222+201+167=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 167 (65.62% from 255 or 28.31% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC9A7 is #213658. Grayscale: #CBCBCB. Windows color (decimal): -2176601 or 10996190. OLE color: 10996190.
HSL color Cylindrical-coordinate representation of color #DEC9A7: hue angle of 37.09º degrees, saturation: 0.45, 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 #DEC9A7 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 167 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.13 |
| HSL | 37.09º | 0.45% | 0.76% | - |
| HSV(B) | 37.09º | 0.25% | 0.87% | - |
| XYZ | 57.99 | 60.09 | 45.1 | - |
| YUV | 203.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 167 | 0 | 0.09 | 0.25 | 0.13 | 37.09 | 0.45 | 0.76 |
| Hex | DE | C9 | A7 | 0 | 9 | 19 | D | 25 | 2D | 4C |
| Octal | 336 | 311 | 247 | 0 | 11 | 31 | 15 | 45 | 55 | 114 |
| Binary | 11011110 | 11001001 | 10100111 | 0 | 1001 | 11001 | 1101 | 100101 | 101101 | 1001100 |
Color Harmonies of #DEC9A7
Complementary color
Monochromatic Colors of #DEC9A7
Black with #DEC9A7
Text Example
Text Example
White with #DEC9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9A7; }
p { color: rgb(222,201,167); }
H1.HeaderClassName
{
color: #DEC9A7;
}
.AnyTagClassName
{
color: #DEC9A7;
}
</style>
background-color css
<style>
a { background-color: #DEC9A7; }
a { background-color: rgb(222,201,167); }
div.DivClassName
{
background-color: #DEC9A7;
}
.BgClassName
{
background-color: #DEC9A7;
}
</style>
border-color css
<style>
span { border-color: #DEC9A7; }
span { border-color: rgb(222,201,167); }
td.TdClassName
{
border-color: #DEC9A7;
}
.TagClassName
{
border-color: #DEC9A7;
}
</style>