Shades of Raffia #DECDA9
Tints of Raffia #DECDA9
RGB
CMYK
RGB Variations
Color information
#DECDA9 (or 0xDECDA9) is known color: Raffia. HEX triplet: DE, CD and A9. RGB value is (222,205,169). Sum of RGB (Red+Green+Blue) = 222+205+169=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECDA9 is #213256. Grayscale: #CECECE. Windows color (decimal): -2175575 or 11128286. OLE color: 11128286.
HSL color Cylindrical-coordinate representation of color #DECDA9: hue angle of 40.75º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DECDA9 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 169 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.13 |
| HSL | 40.75º | 0.45% | 0.77% | - |
| HSV(B) | 40.75º | 0.24% | 0.87% | - |
| XYZ | 59.12 | 62.06 | 46.4 | - |
| YUV | 205.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 169 | 0 | 0.08 | 0.24 | 0.13 | 40.75 | 0.45 | 0.77 |
| Hex | DE | CD | A9 | 0 | 8 | 18 | D | 29 | 2D | 4D |
| Octal | 336 | 315 | 251 | 0 | 10 | 30 | 15 | 51 | 55 | 115 |
| Binary | 11011110 | 11001101 | 10101001 | 0 | 1000 | 11000 | 1101 | 101001 | 101101 | 1001101 |
Color Harmonies of #DECDA9
Complementary color
Monochromatic Colors of #DECDA9
Black with #DECDA9
Text Example
Text Example
White with #DECDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDA9; }
p { color: rgb(222,205,169); }
H1.HeaderClassName
{
color: #DECDA9;
}
.AnyTagClassName
{
color: #DECDA9;
}
</style>
background-color css
<style>
a { background-color: #DECDA9; }
a { background-color: rgb(222,205,169); }
div.DivClassName
{
background-color: #DECDA9;
}
.BgClassName
{
background-color: #DECDA9;
}
</style>
border-color css
<style>
span { border-color: #DECDA9; }
span { border-color: rgb(222,205,169); }
td.TdClassName
{
border-color: #DECDA9;
}
.TagClassName
{
border-color: #DECDA9;
}
</style>