Shades of Raffia #DEC69C
Tints of Raffia #DEC69C
RGB
CMYK
RGB Variations
Color information
#DEC69C (or 0xDEC69C) is known color: Raffia. HEX triplet: DE, C6 and 9C. RGB value is (222,198,156). Sum of RGB (Red+Green+Blue) = 222+198+156=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC69C is #213963. Grayscale: #C8C8C8. Windows color (decimal): -2177380 or 10274526. OLE color: 10274526.
HSL color Cylindrical-coordinate representation of color #DEC69C: hue angle of 38.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEC69C is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 156 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.13 |
| HSL | 38.18º | 0.5% | 0.74% | - |
| HSV(B) | 38.18º | 0.3% | 0.87% | - |
| XYZ | 56.32 | 58.32 | 39.74 | - |
| YUV | 200.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 156 | 0 | 0.11 | 0.30 | 0.13 | 38.18 | 0.5 | 0.74 |
| Hex | DE | C6 | 9C | 0 | B | 1E | D | 26 | 32 | 4A |
| Octal | 336 | 306 | 234 | 0 | 13 | 36 | 15 | 46 | 62 | 112 |
| Binary | 11011110 | 11000110 | 10011100 | 0 | 1011 | 11110 | 1101 | 100110 | 110010 | 1001010 |
Color Harmonies of #DEC69C
Complementary color
Monochromatic Colors of #DEC69C
Black with #DEC69C
Text Example
Text Example
White with #DEC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC69C; }
p { color: rgb(222,198,156); }
H1.HeaderClassName
{
color: #DEC69C;
}
.AnyTagClassName
{
color: #DEC69C;
}
</style>
background-color css
<style>
a { background-color: #DEC69C; }
a { background-color: rgb(222,198,156); }
div.DivClassName
{
background-color: #DEC69C;
}
.BgClassName
{
background-color: #DEC69C;
}
</style>
border-color css
<style>
span { border-color: #DEC69C; }
span { border-color: rgb(222,198,156); }
td.TdClassName
{
border-color: #DEC69C;
}
.TagClassName
{
border-color: #DEC69C;
}
</style>