Shades of Wild Rice #DED372
Tints of Wild Rice #DED372
RGB
CMYK
RGB Variations
Color information
#DED372 (or 0xDED372) is known color: Wild Rice. HEX triplet: DE, D3 and 72. RGB value is (222,211,114). Sum of RGB (Red+Green+Blue) = 222+211+114=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DED372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED372 is #212C8D. Grayscale: #CBCBCB. Windows color (decimal): -2174094 or 7525342. OLE color: 7525342.
HSL color Cylindrical-coordinate representation of color #DED372: hue angle of 53.89º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DED372 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 114 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.13 |
| HSL | 53.89º | 0.62% | 0.66% | - |
| HSV(B) | 53.89º | 0.49% | 0.87% | - |
| XYZ | 56.46 | 63.33 | 25.17 | - |
| YUV | 203.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 114 | 0 | 0.05 | 0.49 | 0.13 | 53.89 | 0.62 | 0.66 |
| Hex | DE | D3 | 72 | 0 | 5 | 31 | D | 36 | 3E | 42 |
| Octal | 336 | 323 | 162 | 0 | 5 | 61 | 15 | 66 | 76 | 102 |
| Binary | 11011110 | 11010011 | 1110010 | 0 | 101 | 110001 | 1101 | 110110 | 111110 | 1000010 |
Color Harmonies of #DED372
Complementary color
Monochromatic Colors of #DED372
Black with #DED372
Text Example
Text Example
White with #DED372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED372; }
p { color: rgb(222,211,114); }
H1.HeaderClassName
{
color: #DED372;
}
.AnyTagClassName
{
color: #DED372;
}
</style>
background-color css
<style>
a { background-color: #DED372; }
a { background-color: rgb(222,211,114); }
div.DivClassName
{
background-color: #DED372;
}
.BgClassName
{
background-color: #DED372;
}
</style>
border-color css
<style>
span { border-color: #DED372; }
span { border-color: rgb(222,211,114); }
td.TdClassName
{
border-color: #DED372;
}
.TagClassName
{
border-color: #DED372;
}
</style>