Shades of Wild Rice #DED170
Tints of Wild Rice #DED170
RGB
CMYK
RGB Variations
Color information
#DED170 (or 0xDED170) is known color: Wild Rice. HEX triplet: DE, D1 and 70. RGB value is (222,209,112). Sum of RGB (Red+Green+Blue) = 222+209+112=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DED170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED170 is #212E8F. Grayscale: #CACACA. Windows color (decimal): -2174608 or 7393758. OLE color: 7393758.
HSL color Cylindrical-coordinate representation of color #DED170: hue angle of 52.91º 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 #DED170 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 112 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.13 |
| HSL | 52.91º | 0.63% | 0.65% | - |
| HSV(B) | 52.91º | 0.5% | 0.87% | - |
| XYZ | 55.85 | 62.3 | 24.41 | - |
| YUV | 201.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 112 | 0 | 0.06 | 0.50 | 0.13 | 52.91 | 0.63 | 0.65 |
| Hex | DE | D1 | 70 | 0 | 6 | 32 | D | 35 | 3E | 41 |
| Octal | 336 | 321 | 160 | 0 | 6 | 62 | 15 | 65 | 76 | 101 |
| Binary | 11011110 | 11010001 | 1110000 | 0 | 110 | 110010 | 1101 | 110101 | 111110 | 1000001 |
Color Harmonies of #DED170
Complementary color
Monochromatic Colors of #DED170
Black with #DED170
Text Example
Text Example
White with #DED170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED170; }
p { color: rgb(222,209,112); }
H1.HeaderClassName
{
color: #DED170;
}
.AnyTagClassName
{
color: #DED170;
}
</style>
background-color css
<style>
a { background-color: #DED170; }
a { background-color: rgb(222,209,112); }
div.DivClassName
{
background-color: #DED170;
}
.BgClassName
{
background-color: #DED170;
}
</style>
border-color css
<style>
span { border-color: #DED170; }
span { border-color: rgb(222,209,112); }
td.TdClassName
{
border-color: #DED170;
}
.TagClassName
{
border-color: #DED170;
}
</style>