Shades of Raffia #DEC7A6
Tints of Raffia #DEC7A6
RGB
CMYK
RGB Variations
Color information
#DEC7A6 (or 0xDEC7A6) is known color: Raffia. HEX triplet: DE, C7 and A6. RGB value is (222,199,166). Sum of RGB (Red+Green+Blue) = 222+199+166=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC7A6 is #213859. Grayscale: #CACACA. Windows color (decimal): -2177114 or 10930142. OLE color: 10930142.
HSL color Cylindrical-coordinate representation of color #DEC7A6: hue angle of 35.36º 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 #DEC7A6 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 166 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.13 |
| HSL | 35.36º | 0.46% | 0.76% | - |
| HSV(B) | 35.36º | 0.25% | 0.87% | - |
| XYZ | 57.43 | 59.13 | 44.46 | - |
| YUV | 202.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 166 | 0 | 0.10 | 0.25 | 0.13 | 35.36 | 0.46 | 0.76 |
| Hex | DE | C7 | A6 | 0 | A | 19 | D | 23 | 2E | 4C |
| Octal | 336 | 307 | 246 | 0 | 12 | 31 | 15 | 43 | 56 | 114 |
| Binary | 11011110 | 11000111 | 10100110 | 0 | 1010 | 11001 | 1101 | 100011 | 101110 | 1001100 |
Color Harmonies of #DEC7A6
Complementary color
Monochromatic Colors of #DEC7A6
Black with #DEC7A6
Text Example
Text Example
White with #DEC7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC7A6; }
p { color: rgb(222,199,166); }
H1.HeaderClassName
{
color: #DEC7A6;
}
.AnyTagClassName
{
color: #DEC7A6;
}
</style>
background-color css
<style>
a { background-color: #DEC7A6; }
a { background-color: rgb(222,199,166); }
div.DivClassName
{
background-color: #DEC7A6;
}
.BgClassName
{
background-color: #DEC7A6;
}
</style>
border-color css
<style>
span { border-color: #DEC7A6; }
span { border-color: rgb(222,199,166); }
td.TdClassName
{
border-color: #DEC7A6;
}
.TagClassName
{
border-color: #DEC7A6;
}
</style>