Shades of Raffia #DEC99B
Tints of Raffia #DEC99B
RGB
CMYK
RGB Variations
Color information
#DEC99B (or 0xDEC99B) is known color: Raffia. HEX triplet: DE, C9 and 9B. RGB value is (222,201,155). Sum of RGB (Red+Green+Blue) = 222+201+155=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC99B is #213664. Grayscale: #CACACA. Windows color (decimal): -2176613 or 10209758. OLE color: 10209758.
HSL color Cylindrical-coordinate representation of color #DEC99B: hue angle of 41.19º 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 #DEC99B is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 155 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.13 |
| HSL | 41.19º | 0.5% | 0.74% | - |
| HSV(B) | 41.19º | 0.3% | 0.87% | - |
| XYZ | 56.93 | 59.67 | 39.53 | - |
| YUV | 202.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 155 | 0 | 0.09 | 0.30 | 0.13 | 41.19 | 0.5 | 0.74 |
| Hex | DE | C9 | 9B | 0 | 9 | 1E | D | 29 | 32 | 4A |
| Octal | 336 | 311 | 233 | 0 | 11 | 36 | 15 | 51 | 62 | 112 |
| Binary | 11011110 | 11001001 | 10011011 | 0 | 1001 | 11110 | 1101 | 101001 | 110010 | 1001010 |
Color Harmonies of #DEC99B
Complementary color
Monochromatic Colors of #DEC99B
Black with #DEC99B
Text Example
Text Example
White with #DEC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC99B; }
p { color: rgb(222,201,155); }
H1.HeaderClassName
{
color: #DEC99B;
}
.AnyTagClassName
{
color: #DEC99B;
}
</style>
background-color css
<style>
a { background-color: #DEC99B; }
a { background-color: rgb(222,201,155); }
div.DivClassName
{
background-color: #DEC99B;
}
.BgClassName
{
background-color: #DEC99B;
}
</style>
border-color css
<style>
span { border-color: #DEC99B; }
span { border-color: rgb(222,201,155); }
td.TdClassName
{
border-color: #DEC99B;
}
.TagClassName
{
border-color: #DEC99B;
}
</style>