Shades of Wild Rice #DED470
Tints of Wild Rice #DED470
RGB
CMYK
RGB Variations
Color information
#DED470 (or 0xDED470) is known color: Wild Rice. HEX triplet: DE, D4 and 70. RGB value is (222,212,112). Sum of RGB (Red+Green+Blue) = 222+212+112=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DED470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED470 is #212B8F. Grayscale: #CCCCCC. Windows color (decimal): -2173840 or 7394526. OLE color: 7394526.
HSL color Cylindrical-coordinate representation of color #DED470: hue angle of 54.55º 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 #DED470 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 112 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.13 |
| HSL | 54.55º | 0.63% | 0.65% | - |
| HSV(B) | 54.55º | 0.5% | 0.87% | - |
| XYZ | 56.59 | 63.79 | 24.66 | - |
| YUV | 203.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 112 | 0 | 0.05 | 0.50 | 0.13 | 54.55 | 0.63 | 0.65 |
| Hex | DE | D4 | 70 | 0 | 5 | 32 | D | 37 | 3E | 41 |
| Octal | 336 | 324 | 160 | 0 | 5 | 62 | 15 | 67 | 76 | 101 |
| Binary | 11011110 | 11010100 | 1110000 | 0 | 101 | 110010 | 1101 | 110111 | 111110 | 1000001 |
Color Harmonies of #DED470
Complementary color
Monochromatic Colors of #DED470
Black with #DED470
Text Example
Text Example
White with #DED470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED470; }
p { color: rgb(222,212,112); }
H1.HeaderClassName
{
color: #DED470;
}
.AnyTagClassName
{
color: #DED470;
}
</style>
background-color css
<style>
a { background-color: #DED470; }
a { background-color: rgb(222,212,112); }
div.DivClassName
{
background-color: #DED470;
}
.BgClassName
{
background-color: #DED470;
}
</style>
border-color css
<style>
span { border-color: #DED470; }
span { border-color: rgb(222,212,112); }
td.TdClassName
{
border-color: #DED470;
}
.TagClassName
{
border-color: #DED470;
}
</style>