Shades of Raffia #DEC99D
Tints of Raffia #DEC99D
RGB
CMYK
RGB Variations
Color information
#DEC99D (or 0xDEC99D) is known color: Raffia. HEX triplet: DE, C9 and 9D. RGB value is (222,201,157). Sum of RGB (Red+Green+Blue) = 222+201+157=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC99D is #213662. Grayscale: #CACACA. Windows color (decimal): -2176611 or 10340830. OLE color: 10340830.
HSL color Cylindrical-coordinate representation of color #DEC99D: hue angle of 40.62º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEC99D is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 157 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.13 |
| HSL | 40.62º | 0.5% | 0.74% | - |
| HSV(B) | 40.62º | 0.29% | 0.87% | - |
| XYZ | 57.1 | 59.74 | 40.42 | - |
| YUV | 202.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 157 | 0 | 0.09 | 0.29 | 0.13 | 40.62 | 0.5 | 0.74 |
| Hex | DE | C9 | 9D | 0 | 9 | 1D | D | 29 | 32 | 4A |
| Octal | 336 | 311 | 235 | 0 | 11 | 35 | 15 | 51 | 62 | 112 |
| Binary | 11011110 | 11001001 | 10011101 | 0 | 1001 | 11101 | 1101 | 101001 | 110010 | 1001010 |
Color Harmonies of #DEC99D
Complementary color
Monochromatic Colors of #DEC99D
Black with #DEC99D
Text Example
Text Example
White with #DEC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC99D; }
p { color: rgb(222,201,157); }
H1.HeaderClassName
{
color: #DEC99D;
}
.AnyTagClassName
{
color: #DEC99D;
}
</style>
background-color css
<style>
a { background-color: #DEC99D; }
a { background-color: rgb(222,201,157); }
div.DivClassName
{
background-color: #DEC99D;
}
.BgClassName
{
background-color: #DEC99D;
}
</style>
border-color css
<style>
span { border-color: #DEC99D; }
span { border-color: rgb(222,201,157); }
td.TdClassName
{
border-color: #DEC99D;
}
.TagClassName
{
border-color: #DEC99D;
}
</style>