Shades of Raffia #DEC89A
Tints of Raffia #DEC89A
RGB
CMYK
RGB Variations
Color information
#DEC89A (or 0xDEC89A) is known color: Raffia. HEX triplet: DE, C8 and 9A. RGB value is (222,200,154). Sum of RGB (Red+Green+Blue) = 222+200+154=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC89A is #213765. Grayscale: #C9C9C9. Windows color (decimal): -2176870 or 10143966. OLE color: 10143966.
HSL color Cylindrical-coordinate representation of color #DEC89A: hue angle of 40.59º 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 #DEC89A is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 154 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.13 |
| HSL | 40.59º | 0.51% | 0.74% | - |
| HSV(B) | 40.59º | 0.31% | 0.87% | - |
| XYZ | 56.61 | 59.17 | 39.01 | - |
| YUV | 201.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 154 | 0 | 0.10 | 0.31 | 0.13 | 40.59 | 0.51 | 0.74 |
| Hex | DE | C8 | 9A | 0 | A | 1F | D | 29 | 33 | 4A |
| Octal | 336 | 310 | 232 | 0 | 12 | 37 | 15 | 51 | 63 | 112 |
| Binary | 11011110 | 11001000 | 10011010 | 0 | 1010 | 11111 | 1101 | 101001 | 110011 | 1001010 |
Color Harmonies of #DEC89A
Complementary color
Monochromatic Colors of #DEC89A
Black with #DEC89A
Text Example
Text Example
White with #DEC89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC89A; }
p { color: rgb(222,200,154); }
H1.HeaderClassName
{
color: #DEC89A;
}
.AnyTagClassName
{
color: #DEC89A;
}
</style>
background-color css
<style>
a { background-color: #DEC89A; }
a { background-color: rgb(222,200,154); }
div.DivClassName
{
background-color: #DEC89A;
}
.BgClassName
{
background-color: #DEC89A;
}
</style>
border-color css
<style>
span { border-color: #DEC89A; }
span { border-color: rgb(222,200,154); }
td.TdClassName
{
border-color: #DEC89A;
}
.TagClassName
{
border-color: #DEC89A;
}
</style>