Shades of Raffia #DEC695
Tints of Raffia #DEC695
RGB
CMYK
RGB Variations
Color information
#DEC695 (or 0xDEC695) is known color: Raffia. HEX triplet: DE, C6 and 95. RGB value is (222,198,149). Sum of RGB (Red+Green+Blue) = 222+198+149=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC695 is #21396A. Grayscale: #C7C7C7. Windows color (decimal): -2177387 or 9815774. OLE color: 9815774.
HSL color Cylindrical-coordinate representation of color #DEC695: hue angle of 40.27º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEC695 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 149 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.13 |
| HSL | 40.27º | 0.53% | 0.73% | - |
| HSV(B) | 40.27º | 0.33% | 0.87% | - |
| XYZ | 55.74 | 58.09 | 36.71 | - |
| YUV | 199.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 149 | 0 | 0.11 | 0.33 | 0.13 | 40.27 | 0.53 | 0.73 |
| Hex | DE | C6 | 95 | 0 | B | 21 | D | 28 | 35 | 49 |
| Octal | 336 | 306 | 225 | 0 | 13 | 41 | 15 | 50 | 65 | 111 |
| Binary | 11011110 | 11000110 | 10010101 | 0 | 1011 | 100001 | 1101 | 101000 | 110101 | 1001001 |
Color Harmonies of #DEC695
Complementary color
Monochromatic Colors of #DEC695
Black with #DEC695
Text Example
Text Example
White with #DEC695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC695; }
p { color: rgb(222,198,149); }
H1.HeaderClassName
{
color: #DEC695;
}
.AnyTagClassName
{
color: #DEC695;
}
</style>
background-color css
<style>
a { background-color: #DEC695; }
a { background-color: rgb(222,198,149); }
div.DivClassName
{
background-color: #DEC695;
}
.BgClassName
{
background-color: #DEC695;
}
</style>
border-color css
<style>
span { border-color: #DEC695; }
span { border-color: rgb(222,198,149); }
td.TdClassName
{
border-color: #DEC695;
}
.TagClassName
{
border-color: #DEC695;
}
</style>