Shades of Raffia #DEC29B
Tints of Raffia #DEC29B
RGB
CMYK
RGB Variations
Color information
#DEC29B (or 0xDEC29B) is known color: Raffia. HEX triplet: DE, C2 and 9B. RGB value is (222,194,155). Sum of RGB (Red+Green+Blue) = 222+194+155=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC29B is #213D64. Grayscale: #C6C6C6. Windows color (decimal): -2178405 or 10207966. OLE color: 10207966.
HSL color Cylindrical-coordinate representation of color #DEC29B: hue angle of 34.93º 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 #DEC29B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 155 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.13 |
| HSL | 34.93º | 0.5% | 0.74% | - |
| HSV(B) | 34.93º | 0.3% | 0.87% | - |
| XYZ | 55.33 | 56.48 | 39 | - |
| YUV | 197.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 155 | 0 | 0.13 | 0.30 | 0.13 | 34.93 | 0.5 | 0.74 |
| Hex | DE | C2 | 9B | 0 | D | 1E | D | 23 | 32 | 4A |
| Octal | 336 | 302 | 233 | 0 | 15 | 36 | 15 | 43 | 62 | 112 |
| Binary | 11011110 | 11000010 | 10011011 | 0 | 1101 | 11110 | 1101 | 100011 | 110010 | 1001010 |
Color Harmonies of #DEC29B
Complementary color
Monochromatic Colors of #DEC29B
Black with #DEC29B
Text Example
Text Example
White with #DEC29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC29B; }
p { color: rgb(222,194,155); }
H1.HeaderClassName
{
color: #DEC29B;
}
.AnyTagClassName
{
color: #DEC29B;
}
</style>
background-color css
<style>
a { background-color: #DEC29B; }
a { background-color: rgb(222,194,155); }
div.DivClassName
{
background-color: #DEC29B;
}
.BgClassName
{
background-color: #DEC29B;
}
</style>
border-color css
<style>
span { border-color: #DEC29B; }
span { border-color: rgb(222,194,155); }
td.TdClassName
{
border-color: #DEC29B;
}
.TagClassName
{
border-color: #DEC29B;
}
</style>