Shades of Raffia #DEC69E
Tints of Raffia #DEC69E
RGB
CMYK
RGB Variations
Color information
#DEC69E (or 0xDEC69E) is known color: Raffia. HEX triplet: DE, C6 and 9E. RGB value is (222,198,158). Sum of RGB (Red+Green+Blue) = 222+198+158=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC69E is #213961. Grayscale: #C8C8C8. Windows color (decimal): -2177378 or 10405598. OLE color: 10405598.
HSL color Cylindrical-coordinate representation of color #DEC69E: hue angle of 37.5º 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 #DEC69E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 158 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.13 |
| HSL | 37.5º | 0.49% | 0.75% | - |
| HSV(B) | 37.5º | 0.29% | 0.87% | - |
| XYZ | 56.49 | 58.39 | 40.64 | - |
| YUV | 200.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 158 | 0 | 0.11 | 0.29 | 0.13 | 37.5 | 0.49 | 0.75 |
| Hex | DE | C6 | 9E | 0 | B | 1D | D | 26 | 31 | 4B |
| Octal | 336 | 306 | 236 | 0 | 13 | 35 | 15 | 46 | 61 | 113 |
| Binary | 11011110 | 11000110 | 10011110 | 0 | 1011 | 11101 | 1101 | 100110 | 110001 | 1001011 |
Color Harmonies of #DEC69E
Complementary color
Monochromatic Colors of #DEC69E
Black with #DEC69E
Text Example
Text Example
White with #DEC69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC69E; }
p { color: rgb(222,198,158); }
H1.HeaderClassName
{
color: #DEC69E;
}
.AnyTagClassName
{
color: #DEC69E;
}
</style>
background-color css
<style>
a { background-color: #DEC69E; }
a { background-color: rgb(222,198,158); }
div.DivClassName
{
background-color: #DEC69E;
}
.BgClassName
{
background-color: #DEC69E;
}
</style>
border-color css
<style>
span { border-color: #DEC69E; }
span { border-color: rgb(222,198,158); }
td.TdClassName
{
border-color: #DEC69E;
}
.TagClassName
{
border-color: #DEC69E;
}
</style>