Shades of Raffia #DEC09A
Tints of Raffia #DEC09A
RGB
CMYK
RGB Variations
Color information
#DEC09A (or 0xDEC09A) is known color: Raffia. HEX triplet: DE, C0 and 9A. RGB value is (222,192,154). Sum of RGB (Red+Green+Blue) = 222+192+154=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC09A is #213F65. Grayscale: #C4C4C4. Windows color (decimal): -2178918 or 10141918. OLE color: 10141918.
HSL color Cylindrical-coordinate representation of color #DEC09A: hue angle of 33.53º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEC09A is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 154 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.13 |
| HSL | 33.53º | 0.51% | 0.74% | - |
| HSV(B) | 33.53º | 0.31% | 0.87% | - |
| XYZ | 54.81 | 55.56 | 38.41 | - |
| YUV | 196.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 154 | 0 | 0.14 | 0.31 | 0.13 | 33.53 | 0.51 | 0.74 |
| Hex | DE | C0 | 9A | 0 | E | 1F | D | 22 | 33 | 4A |
| Octal | 336 | 300 | 232 | 0 | 16 | 37 | 15 | 42 | 63 | 112 |
| Binary | 11011110 | 11000000 | 10011010 | 0 | 1110 | 11111 | 1101 | 100010 | 110011 | 1001010 |
Color Harmonies of #DEC09A
Complementary color
Monochromatic Colors of #DEC09A
Black with #DEC09A
Text Example
Text Example
White with #DEC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC09A; }
p { color: rgb(222,192,154); }
H1.HeaderClassName
{
color: #DEC09A;
}
.AnyTagClassName
{
color: #DEC09A;
}
</style>
background-color css
<style>
a { background-color: #DEC09A; }
a { background-color: rgb(222,192,154); }
div.DivClassName
{
background-color: #DEC09A;
}
.BgClassName
{
background-color: #DEC09A;
}
</style>
border-color css
<style>
span { border-color: #DEC09A; }
span { border-color: rgb(222,192,154); }
td.TdClassName
{
border-color: #DEC09A;
}
.TagClassName
{
border-color: #DEC09A;
}
</style>