Shades of Raffia #DEC09C
Tints of Raffia #DEC09C
RGB
CMYK
RGB Variations
Color information
#DEC09C (or 0xDEC09C) is known color: Raffia. HEX triplet: DE, C0 and 9C. RGB value is (222,192,156). Sum of RGB (Red+Green+Blue) = 222+192+156=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC09C is #213F63. Grayscale: #C5C5C5. Windows color (decimal): -2178916 or 10272990. OLE color: 10272990.
HSL color Cylindrical-coordinate representation of color #DEC09C: hue angle of 32.73º 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 #DEC09C is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 156 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.13 |
| HSL | 32.73º | 0.5% | 0.74% | - |
| HSV(B) | 32.73º | 0.3% | 0.87% | - |
| XYZ | 54.97 | 55.63 | 39.29 | - |
| YUV | 196.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 156 | 0 | 0.14 | 0.30 | 0.13 | 32.73 | 0.5 | 0.74 |
| Hex | DE | C0 | 9C | 0 | E | 1E | D | 21 | 32 | 4A |
| Octal | 336 | 300 | 234 | 0 | 16 | 36 | 15 | 41 | 62 | 112 |
| Binary | 11011110 | 11000000 | 10011100 | 0 | 1110 | 11110 | 1101 | 100001 | 110010 | 1001010 |
Color Harmonies of #DEC09C
Complementary color
Monochromatic Colors of #DEC09C
Black with #DEC09C
Text Example
Text Example
White with #DEC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC09C; }
p { color: rgb(222,192,156); }
H1.HeaderClassName
{
color: #DEC09C;
}
.AnyTagClassName
{
color: #DEC09C;
}
</style>
background-color css
<style>
a { background-color: #DEC09C; }
a { background-color: rgb(222,192,156); }
div.DivClassName
{
background-color: #DEC09C;
}
.BgClassName
{
background-color: #DEC09C;
}
</style>
border-color css
<style>
span { border-color: #DEC09C; }
span { border-color: rgb(222,192,156); }
td.TdClassName
{
border-color: #DEC09C;
}
.TagClassName
{
border-color: #DEC09C;
}
</style>