Shades of Wild Rice #DED573
Tints of Wild Rice #DED573
RGB
CMYK
RGB Variations
Color information
#DED573 (or 0xDED573) is known color: Wild Rice. HEX triplet: DE, D5 and 73. RGB value is (222,213,115). Sum of RGB (Red+Green+Blue) = 222+213+115=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DED573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED573 is #212A8C. Grayscale: #CCCCCC. Windows color (decimal): -2173581 or 7591390. OLE color: 7591390.
HSL color Cylindrical-coordinate representation of color #DED573: hue angle of 54.95º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DED573 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 115 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.13 |
| HSL | 54.95º | 0.62% | 0.66% | - |
| HSV(B) | 54.95º | 0.48% | 0.87% | - |
| XYZ | 57.01 | 64.36 | 25.64 | - |
| YUV | 204.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 115 | 0 | 0.04 | 0.48 | 0.13 | 54.95 | 0.62 | 0.66 |
| Hex | DE | D5 | 73 | 0 | 4 | 30 | D | 37 | 3E | 42 |
| Octal | 336 | 325 | 163 | 0 | 4 | 60 | 15 | 67 | 76 | 102 |
| Binary | 11011110 | 11010101 | 1110011 | 0 | 100 | 110000 | 1101 | 110111 | 111110 | 1000010 |
Color Harmonies of #DED573
Complementary color
Monochromatic Colors of #DED573
Black with #DED573
Text Example
Text Example
White with #DED573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED573; }
p { color: rgb(222,213,115); }
H1.HeaderClassName
{
color: #DED573;
}
.AnyTagClassName
{
color: #DED573;
}
</style>
background-color css
<style>
a { background-color: #DED573; }
a { background-color: rgb(222,213,115); }
div.DivClassName
{
background-color: #DED573;
}
.BgClassName
{
background-color: #DED573;
}
</style>
border-color css
<style>
span { border-color: #DED573; }
span { border-color: rgb(222,213,115); }
td.TdClassName
{
border-color: #DED573;
}
.TagClassName
{
border-color: #DED573;
}
</style>