Shades of Raffia #DEC59D
Tints of Raffia #DEC59D
RGB
CMYK
RGB Variations
Color information
#DEC59D (or 0xDEC59D) is known color: Raffia. HEX triplet: DE, C5 and 9D. RGB value is (222,197,157). Sum of RGB (Red+Green+Blue) = 222+197+157=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC59D is #213A62. Grayscale: #C8C8C8. Windows color (decimal): -2177635 or 10339806. OLE color: 10339806.
HSL color Cylindrical-coordinate representation of color #DEC59D: hue angle of 36.92º 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 #DEC59D is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 157 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.13 |
| HSL | 36.92º | 0.5% | 0.74% | - |
| HSV(B) | 36.92º | 0.29% | 0.87% | - |
| XYZ | 56.18 | 57.9 | 40.11 | - |
| YUV | 199.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 157 | 0 | 0.11 | 0.29 | 0.13 | 36.92 | 0.5 | 0.74 |
| Hex | DE | C5 | 9D | 0 | B | 1D | D | 25 | 32 | 4A |
| Octal | 336 | 305 | 235 | 0 | 13 | 35 | 15 | 45 | 62 | 112 |
| Binary | 11011110 | 11000101 | 10011101 | 0 | 1011 | 11101 | 1101 | 100101 | 110010 | 1001010 |
Color Harmonies of #DEC59D
Complementary color
Monochromatic Colors of #DEC59D
Black with #DEC59D
Text Example
Text Example
White with #DEC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC59D; }
p { color: rgb(222,197,157); }
H1.HeaderClassName
{
color: #DEC59D;
}
.AnyTagClassName
{
color: #DEC59D;
}
</style>
background-color css
<style>
a { background-color: #DEC59D; }
a { background-color: rgb(222,197,157); }
div.DivClassName
{
background-color: #DEC59D;
}
.BgClassName
{
background-color: #DEC59D;
}
</style>
border-color css
<style>
span { border-color: #DEC59D; }
span { border-color: rgb(222,197,157); }
td.TdClassName
{
border-color: #DEC59D;
}
.TagClassName
{
border-color: #DEC59D;
}
</style>