Shades of Raffia #DECB9E
Tints of Raffia #DECB9E
RGB
CMYK
RGB Variations
Color information
#DECB9E (or 0xDECB9E) is known color: Raffia. HEX triplet: DE, CB and 9E. RGB value is (222,203,158). Sum of RGB (Red+Green+Blue) = 222+203+158=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB9E is #213461. Grayscale: #CBCBCB. Windows color (decimal): -2176098 or 10406878. OLE color: 10406878.
HSL color Cylindrical-coordinate representation of color #DECB9E: hue angle of 42.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DECB9E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 158 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.13 |
| HSL | 42.19º | 0.49% | 0.75% | - |
| HSV(B) | 42.19º | 0.29% | 0.87% | - |
| XYZ | 57.65 | 60.71 | 41.03 | - |
| YUV | 203.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 158 | 0 | 0.09 | 0.29 | 0.13 | 42.19 | 0.49 | 0.75 |
| Hex | DE | CB | 9E | 0 | 9 | 1D | D | 2A | 31 | 4B |
| Octal | 336 | 313 | 236 | 0 | 11 | 35 | 15 | 52 | 61 | 113 |
| Binary | 11011110 | 11001011 | 10011110 | 0 | 1001 | 11101 | 1101 | 101010 | 110001 | 1001011 |
Color Harmonies of #DECB9E
Complementary color
Monochromatic Colors of #DECB9E
Black with #DECB9E
Text Example
Text Example
White with #DECB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB9E; }
p { color: rgb(222,203,158); }
H1.HeaderClassName
{
color: #DECB9E;
}
.AnyTagClassName
{
color: #DECB9E;
}
</style>
background-color css
<style>
a { background-color: #DECB9E; }
a { background-color: rgb(222,203,158); }
div.DivClassName
{
background-color: #DECB9E;
}
.BgClassName
{
background-color: #DECB9E;
}
</style>
border-color css
<style>
span { border-color: #DECB9E; }
span { border-color: rgb(222,203,158); }
td.TdClassName
{
border-color: #DECB9E;
}
.TagClassName
{
border-color: #DECB9E;
}
</style>