Shades of Raffia #DEC49B
Tints of Raffia #DEC49B
RGB
CMYK
RGB Variations
Color information
#DEC49B (or 0xDEC49B) is known color: Raffia. HEX triplet: DE, C4 and 9B. RGB value is (222,196,155). Sum of RGB (Red+Green+Blue) = 222+196+155=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC49B is #213B64. Grayscale: #C7C7C7. Windows color (decimal): -2177893 or 10208478. OLE color: 10208478.
HSL color Cylindrical-coordinate representation of color #DEC49B: hue angle of 36.72º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEC49B is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 155 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.13 |
| HSL | 36.72º | 0.5% | 0.74% | - |
| HSV(B) | 36.72º | 0.3% | 0.87% | - |
| XYZ | 55.78 | 57.38 | 39.15 | - |
| YUV | 199.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 155 | 0 | 0.12 | 0.30 | 0.13 | 36.72 | 0.5 | 0.74 |
| Hex | DE | C4 | 9B | 0 | C | 1E | D | 25 | 32 | 4A |
| Octal | 336 | 304 | 233 | 0 | 14 | 36 | 15 | 45 | 62 | 112 |
| Binary | 11011110 | 11000100 | 10011011 | 0 | 1100 | 11110 | 1101 | 100101 | 110010 | 1001010 |
Color Harmonies of #DEC49B
Complementary color
Monochromatic Colors of #DEC49B
Black with #DEC49B
Text Example
Text Example
White with #DEC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC49B; }
p { color: rgb(222,196,155); }
H1.HeaderClassName
{
color: #DEC49B;
}
.AnyTagClassName
{
color: #DEC49B;
}
</style>
background-color css
<style>
a { background-color: #DEC49B; }
a { background-color: rgb(222,196,155); }
div.DivClassName
{
background-color: #DEC49B;
}
.BgClassName
{
background-color: #DEC49B;
}
</style>
border-color css
<style>
span { border-color: #DEC49B; }
span { border-color: rgb(222,196,155); }
td.TdClassName
{
border-color: #DEC49B;
}
.TagClassName
{
border-color: #DEC49B;
}
</style>