Shades of Wild Rice #DEDA7F
Tints of Wild Rice #DEDA7F
RGB
CMYK
RGB Variations
Color information
#DEDA7F (or 0xDEDA7F) is known color: Wild Rice. HEX triplet: DE, DA and 7F. RGB value is (222,218,127). Sum of RGB (Red+Green+Blue) = 222+218+127=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA7F is #212580. Grayscale: #D1D1D1. Windows color (decimal): -2172289 or 8379102. OLE color: 8379102.
HSL color Cylindrical-coordinate representation of color #DEDA7F: hue angle of 57.47º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEDA7F is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 127 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.13 |
| HSL | 57.47º | 0.59% | 0.68% | - |
| HSV(B) | 57.47º | 0.43% | 0.87% | - |
| XYZ | 59.03 | 67.2 | 29.94 | - |
| YUV | 208.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 127 | 0 | 0.02 | 0.43 | 0.13 | 57.47 | 0.59 | 0.68 |
| Hex | DE | DA | 7F | 0 | 2 | 2B | D | 39 | 3B | 44 |
| Octal | 336 | 332 | 177 | 0 | 2 | 53 | 15 | 71 | 73 | 104 |
| Binary | 11011110 | 11011010 | 1111111 | 0 | 10 | 101011 | 1101 | 111001 | 111011 | 1000100 |
Color Harmonies of #DEDA7F
Complementary color
Monochromatic Colors of #DEDA7F
Black with #DEDA7F
Text Example
Text Example
White with #DEDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA7F; }
p { color: rgb(222,218,127); }
H1.HeaderClassName
{
color: #DEDA7F;
}
.AnyTagClassName
{
color: #DEDA7F;
}
</style>
background-color css
<style>
a { background-color: #DEDA7F; }
a { background-color: rgb(222,218,127); }
div.DivClassName
{
background-color: #DEDA7F;
}
.BgClassName
{
background-color: #DEDA7F;
}
</style>
border-color css
<style>
span { border-color: #DEDA7F; }
span { border-color: rgb(222,218,127); }
td.TdClassName
{
border-color: #DEDA7F;
}
.TagClassName
{
border-color: #DEDA7F;
}
</style>