Shades of Wild Rice #DED37A
Tints of Wild Rice #DED37A
RGB
CMYK
RGB Variations
Color information
#DED37A (or 0xDED37A) is known color: Wild Rice. HEX triplet: DE, D3 and 7A. RGB value is (222,211,122). Sum of RGB (Red+Green+Blue) = 222+211+122=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DED37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED37A is #212C85. Grayscale: #CCCCCC. Windows color (decimal): -2174086 or 8049630. OLE color: 8049630.
HSL color Cylindrical-coordinate representation of color #DED37A: hue angle of 53.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DED37A is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 122 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.13 |
| HSL | 53.4º | 0.6% | 0.67% | - |
| HSV(B) | 53.4º | 0.45% | 0.87% | - |
| XYZ | 56.93 | 63.52 | 27.67 | - |
| YUV | 204.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 122 | 0 | 0.05 | 0.45 | 0.13 | 53.4 | 0.6 | 0.67 |
| Hex | DE | D3 | 7A | 0 | 5 | 2D | D | 35 | 3C | 43 |
| Octal | 336 | 323 | 172 | 0 | 5 | 55 | 15 | 65 | 74 | 103 |
| Binary | 11011110 | 11010011 | 1111010 | 0 | 101 | 101101 | 1101 | 110101 | 111100 | 1000011 |
Color Harmonies of #DED37A
Complementary color
Monochromatic Colors of #DED37A
Black with #DED37A
Text Example
Text Example
White with #DED37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED37A; }
p { color: rgb(222,211,122); }
H1.HeaderClassName
{
color: #DED37A;
}
.AnyTagClassName
{
color: #DED37A;
}
</style>
background-color css
<style>
a { background-color: #DED37A; }
a { background-color: rgb(222,211,122); }
div.DivClassName
{
background-color: #DED37A;
}
.BgClassName
{
background-color: #DED37A;
}
</style>
border-color css
<style>
span { border-color: #DED37A; }
span { border-color: rgb(222,211,122); }
td.TdClassName
{
border-color: #DED37A;
}
.TagClassName
{
border-color: #DED37A;
}
</style>