Shades of Wild Rice #DED070
Tints of Wild Rice #DED070
RGB
CMYK
RGB Variations
Color information
#DED070 (or 0xDED070) is known color: Wild Rice. HEX triplet: DE, D0 and 70. RGB value is (222,208,112). Sum of RGB (Red+Green+Blue) = 222+208+112=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DED070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED070 is #212F8F. Grayscale: #C9C9C9. Windows color (decimal): -2174864 or 7393502. OLE color: 7393502.
HSL color Cylindrical-coordinate representation of color #DED070: hue angle of 52.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DED070 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 112 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.13 |
| HSL | 52.36º | 0.63% | 0.65% | - |
| HSV(B) | 52.36º | 0.5% | 0.87% | - |
| XYZ | 55.6 | 61.81 | 24.33 | - |
| YUV | 201.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 112 | 0 | 0.06 | 0.50 | 0.13 | 52.36 | 0.63 | 0.65 |
| Hex | DE | D0 | 70 | 0 | 6 | 32 | D | 34 | 3E | 41 |
| Octal | 336 | 320 | 160 | 0 | 6 | 62 | 15 | 64 | 76 | 101 |
| Binary | 11011110 | 11010000 | 1110000 | 0 | 110 | 110010 | 1101 | 110100 | 111110 | 1000001 |
Color Harmonies of #DED070
Complementary color
Monochromatic Colors of #DED070
Black with #DED070
Text Example
Text Example
White with #DED070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED070; }
p { color: rgb(222,208,112); }
H1.HeaderClassName
{
color: #DED070;
}
.AnyTagClassName
{
color: #DED070;
}
</style>
background-color css
<style>
a { background-color: #DED070; }
a { background-color: rgb(222,208,112); }
div.DivClassName
{
background-color: #DED070;
}
.BgClassName
{
background-color: #DED070;
}
</style>
border-color css
<style>
span { border-color: #DED070; }
span { border-color: rgb(222,208,112); }
td.TdClassName
{
border-color: #DED070;
}
.TagClassName
{
border-color: #DED070;
}
</style>