Shades of Wild Rice #DED076
Tints of Wild Rice #DED076
RGB
CMYK
RGB Variations
Color information
#DED076 (or 0xDED076) is known color: Wild Rice. HEX triplet: DE, D0 and 76. RGB value is (222,208,118). Sum of RGB (Red+Green+Blue) = 222+208+118=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DED076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED076 is #212F89. Grayscale: #CACACA. Windows color (decimal): -2174858 or 7786718. OLE color: 7786718.
HSL color Cylindrical-coordinate representation of color #DED076: hue angle of 51.92º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DED076 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 118 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.13 |
| HSL | 51.92º | 0.61% | 0.67% | - |
| HSV(B) | 51.92º | 0.47% | 0.87% | - |
| XYZ | 55.95 | 61.95 | 26.15 | - |
| YUV | 201.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 118 | 0 | 0.06 | 0.47 | 0.13 | 51.92 | 0.61 | 0.67 |
| Hex | DE | D0 | 76 | 0 | 6 | 2F | D | 34 | 3D | 43 |
| Octal | 336 | 320 | 166 | 0 | 6 | 57 | 15 | 64 | 75 | 103 |
| Binary | 11011110 | 11010000 | 1110110 | 0 | 110 | 101111 | 1101 | 110100 | 111101 | 1000011 |
Color Harmonies of #DED076
Complementary color
Monochromatic Colors of #DED076
Black with #DED076
Text Example
Text Example
White with #DED076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED076; }
p { color: rgb(222,208,118); }
H1.HeaderClassName
{
color: #DED076;
}
.AnyTagClassName
{
color: #DED076;
}
</style>
background-color css
<style>
a { background-color: #DED076; }
a { background-color: rgb(222,208,118); }
div.DivClassName
{
background-color: #DED076;
}
.BgClassName
{
background-color: #DED076;
}
</style>
border-color css
<style>
span { border-color: #DED076; }
span { border-color: rgb(222,208,118); }
td.TdClassName
{
border-color: #DED076;
}
.TagClassName
{
border-color: #DED076;
}
</style>