Shades of Raffia #DEC89D
Tints of Raffia #DEC89D
RGB
CMYK
RGB Variations
Color information
#DEC89D (or 0xDEC89D) is known color: Raffia. HEX triplet: DE, C8 and 9D. RGB value is (222,200,157). Sum of RGB (Red+Green+Blue) = 222+200+157=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC89D is #213762. Grayscale: #C9C9C9. Windows color (decimal): -2176867 or 10340574. OLE color: 10340574.
HSL color Cylindrical-coordinate representation of color #DEC89D: hue angle of 39.69º 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 #DEC89D is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 157 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.13 |
| HSL | 39.69º | 0.5% | 0.74% | - |
| HSV(B) | 39.69º | 0.29% | 0.87% | - |
| XYZ | 56.86 | 59.27 | 40.34 | - |
| YUV | 201.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 157 | 0 | 0.10 | 0.29 | 0.13 | 39.69 | 0.5 | 0.74 |
| Hex | DE | C8 | 9D | 0 | A | 1D | D | 28 | 32 | 4A |
| Octal | 336 | 310 | 235 | 0 | 12 | 35 | 15 | 50 | 62 | 112 |
| Binary | 11011110 | 11001000 | 10011101 | 0 | 1010 | 11101 | 1101 | 101000 | 110010 | 1001010 |
Color Harmonies of #DEC89D
Complementary color
Monochromatic Colors of #DEC89D
Black with #DEC89D
Text Example
Text Example
White with #DEC89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC89D; }
p { color: rgb(222,200,157); }
H1.HeaderClassName
{
color: #DEC89D;
}
.AnyTagClassName
{
color: #DEC89D;
}
</style>
background-color css
<style>
a { background-color: #DEC89D; }
a { background-color: rgb(222,200,157); }
div.DivClassName
{
background-color: #DEC89D;
}
.BgClassName
{
background-color: #DEC89D;
}
</style>
border-color css
<style>
span { border-color: #DEC89D; }
span { border-color: rgb(222,200,157); }
td.TdClassName
{
border-color: #DEC89D;
}
.TagClassName
{
border-color: #DEC89D;
}
</style>