Shades of Raffia #DEC09D
Tints of Raffia #DEC09D
RGB
CMYK
RGB Variations
Color information
#DEC09D (or 0xDEC09D) is known color: Raffia. HEX triplet: DE, C0 and 9D. RGB value is (222,192,157). Sum of RGB (Red+Green+Blue) = 222+192+157=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC09D is #213F62. Grayscale: #C5C5C5. Windows color (decimal): -2178915 or 10338526. OLE color: 10338526.
HSL color Cylindrical-coordinate representation of color #DEC09D: hue angle of 32.31º 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 #DEC09D is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 157 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.13 |
| HSL | 32.31º | 0.5% | 0.74% | - |
| HSV(B) | 32.31º | 0.29% | 0.87% | - |
| XYZ | 55.06 | 55.66 | 39.74 | - |
| YUV | 196.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 157 | 0 | 0.14 | 0.29 | 0.13 | 32.31 | 0.5 | 0.74 |
| Hex | DE | C0 | 9D | 0 | E | 1D | D | 20 | 32 | 4A |
| Octal | 336 | 300 | 235 | 0 | 16 | 35 | 15 | 40 | 62 | 112 |
| Binary | 11011110 | 11000000 | 10011101 | 0 | 1110 | 11101 | 1101 | 100000 | 110010 | 1001010 |
Color Harmonies of #DEC09D
Complementary color
Monochromatic Colors of #DEC09D
Black with #DEC09D
Text Example
Text Example
White with #DEC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC09D; }
p { color: rgb(222,192,157); }
H1.HeaderClassName
{
color: #DEC09D;
}
.AnyTagClassName
{
color: #DEC09D;
}
</style>
background-color css
<style>
a { background-color: #DEC09D; }
a { background-color: rgb(222,192,157); }
div.DivClassName
{
background-color: #DEC09D;
}
.BgClassName
{
background-color: #DEC09D;
}
</style>
border-color css
<style>
span { border-color: #DEC09D; }
span { border-color: rgb(222,192,157); }
td.TdClassName
{
border-color: #DEC09D;
}
.TagClassName
{
border-color: #DEC09D;
}
</style>