Shades of Wild Rice #DED373
Tints of Wild Rice #DED373
RGB
CMYK
RGB Variations
Color information
#DED373 (or 0xDED373) is known color: Wild Rice. HEX triplet: DE, D3 and 73. RGB value is (222,211,115). Sum of RGB (Red+Green+Blue) = 222+211+115=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DED373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED373 is #212C8C. Grayscale: #CBCBCB. Windows color (decimal): -2174093 or 7590878. OLE color: 7590878.
HSL color Cylindrical-coordinate representation of color #DED373: hue angle of 53.83º 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 #DED373 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 115 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.13 |
| HSL | 53.83º | 0.62% | 0.66% | - |
| HSV(B) | 53.83º | 0.48% | 0.87% | - |
| XYZ | 56.51 | 63.36 | 25.47 | - |
| YUV | 203.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 115 | 0 | 0.05 | 0.48 | 0.13 | 53.83 | 0.62 | 0.66 |
| Hex | DE | D3 | 73 | 0 | 5 | 30 | D | 36 | 3E | 42 |
| Octal | 336 | 323 | 163 | 0 | 5 | 60 | 15 | 66 | 76 | 102 |
| Binary | 11011110 | 11010011 | 1110011 | 0 | 101 | 110000 | 1101 | 110110 | 111110 | 1000010 |
Color Harmonies of #DED373
Complementary color
Monochromatic Colors of #DED373
Black with #DED373
Text Example
Text Example
White with #DED373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED373; }
p { color: rgb(222,211,115); }
H1.HeaderClassName
{
color: #DED373;
}
.AnyTagClassName
{
color: #DED373;
}
</style>
background-color css
<style>
a { background-color: #DED373; }
a { background-color: rgb(222,211,115); }
div.DivClassName
{
background-color: #DED373;
}
.BgClassName
{
background-color: #DED373;
}
</style>
border-color css
<style>
span { border-color: #DED373; }
span { border-color: rgb(222,211,115); }
td.TdClassName
{
border-color: #DED373;
}
.TagClassName
{
border-color: #DED373;
}
</style>