Shades of Wild Rice #DECE77
Tints of Wild Rice #DECE77
RGB
CMYK
RGB Variations
Color information
#DECE77 (or 0xDECE77) is known color: Wild Rice. HEX triplet: DE, CE and 77. RGB value is (222,206,119). Sum of RGB (Red+Green+Blue) = 222+206+119=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE77 is #213188. Grayscale: #C9C9C9. Windows color (decimal): -2175369 or 7851742. OLE color: 7851742.
HSL color Cylindrical-coordinate representation of color #DECE77: hue angle of 50.68º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DECE77 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 119 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.13 |
| HSL | 50.68º | 0.61% | 0.67% | - |
| HSV(B) | 50.68º | 0.46% | 0.87% | - |
| XYZ | 55.53 | 61 | 26.3 | - |
| YUV | 200.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 119 | 0 | 0.07 | 0.46 | 0.13 | 50.68 | 0.61 | 0.67 |
| Hex | DE | CE | 77 | 0 | 7 | 2E | D | 33 | 3D | 43 |
| Octal | 336 | 316 | 167 | 0 | 7 | 56 | 15 | 63 | 75 | 103 |
| Binary | 11011110 | 11001110 | 1110111 | 0 | 111 | 101110 | 1101 | 110011 | 111101 | 1000011 |
Color Harmonies of #DECE77
Complementary color
Monochromatic Colors of #DECE77
Black with #DECE77
Text Example
Text Example
White with #DECE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE77; }
p { color: rgb(222,206,119); }
H1.HeaderClassName
{
color: #DECE77;
}
.AnyTagClassName
{
color: #DECE77;
}
</style>
background-color css
<style>
a { background-color: #DECE77; }
a { background-color: rgb(222,206,119); }
div.DivClassName
{
background-color: #DECE77;
}
.BgClassName
{
background-color: #DECE77;
}
</style>
border-color css
<style>
span { border-color: #DECE77; }
span { border-color: rgb(222,206,119); }
td.TdClassName
{
border-color: #DECE77;
}
.TagClassName
{
border-color: #DECE77;
}
</style>