Shades of Raffia #DECCAA
Tints of Raffia #DECCAA
RGB
CMYK
RGB Variations
Color information
#DECCAA (or 0xDECCAA) is known color: Raffia. HEX triplet: DE, CC and AA. RGB value is (222,204,170). Sum of RGB (Red+Green+Blue) = 222+204+170=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECCAA is #213355. Grayscale: #CDCDCD. Windows color (decimal): -2175830 or 11193566. OLE color: 11193566.
HSL color Cylindrical-coordinate representation of color #DECCAA: hue angle of 39.23º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DECCAA is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 170 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.13 |
| HSL | 39.23º | 0.44% | 0.77% | - |
| HSV(B) | 39.23º | 0.23% | 0.87% | - |
| XYZ | 58.97 | 61.62 | 46.82 | - |
| YUV | 205.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 170 | 0 | 0.08 | 0.23 | 0.13 | 39.23 | 0.44 | 0.77 |
| Hex | DE | CC | AA | 0 | 8 | 17 | D | 27 | 2C | 4D |
| Octal | 336 | 314 | 252 | 0 | 10 | 27 | 15 | 47 | 54 | 115 |
| Binary | 11011110 | 11001100 | 10101010 | 0 | 1000 | 10111 | 1101 | 100111 | 101100 | 1001101 |
Color Harmonies of #DECCAA
Complementary color
Monochromatic Colors of #DECCAA
Black with #DECCAA
Text Example
Text Example
White with #DECCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECCAA; }
p { color: rgb(222,204,170); }
H1.HeaderClassName
{
color: #DECCAA;
}
.AnyTagClassName
{
color: #DECCAA;
}
</style>
background-color css
<style>
a { background-color: #DECCAA; }
a { background-color: rgb(222,204,170); }
div.DivClassName
{
background-color: #DECCAA;
}
.BgClassName
{
background-color: #DECCAA;
}
</style>
border-color css
<style>
span { border-color: #DECCAA; }
span { border-color: rgb(222,204,170); }
td.TdClassName
{
border-color: #DECCAA;
}
.TagClassName
{
border-color: #DECCAA;
}
</style>