Shades of Wild Rice #DED46E
Tints of Wild Rice #DED46E
RGB
CMYK
RGB Variations
Color information
#DED46E (or 0xDED46E) is known color: Wild Rice. HEX triplet: DE, D4 and 6E. RGB value is (222,212,110). Sum of RGB (Red+Green+Blue) = 222+212+110=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DED46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED46E is #212B91. Grayscale: #CBCBCB. Windows color (decimal): -2173842 or 7263454. OLE color: 7263454.
HSL color Cylindrical-coordinate representation of color #DED46E: hue angle of 54.64º degrees, saturation: 0.63, 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 #DED46E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 110 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.13 |
| HSL | 54.64º | 0.63% | 0.65% | - |
| HSV(B) | 54.64º | 0.5% | 0.87% | - |
| XYZ | 56.48 | 63.74 | 24.08 | - |
| YUV | 203.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 110 | 0 | 0.05 | 0.50 | 0.13 | 54.64 | 0.63 | 0.65 |
| Hex | DE | D4 | 6E | 0 | 5 | 32 | D | 37 | 3F | 41 |
| Octal | 336 | 324 | 156 | 0 | 5 | 62 | 15 | 67 | 77 | 101 |
| Binary | 11011110 | 11010100 | 1101110 | 0 | 101 | 110010 | 1101 | 110111 | 111111 | 1000001 |
Color Harmonies of #DED46E
Complementary color
Monochromatic Colors of #DED46E
Black with #DED46E
Text Example
Text Example
White with #DED46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED46E; }
p { color: rgb(222,212,110); }
H1.HeaderClassName
{
color: #DED46E;
}
.AnyTagClassName
{
color: #DED46E;
}
</style>
background-color css
<style>
a { background-color: #DED46E; }
a { background-color: rgb(222,212,110); }
div.DivClassName
{
background-color: #DED46E;
}
.BgClassName
{
background-color: #DED46E;
}
</style>
border-color css
<style>
span { border-color: #DED46E; }
span { border-color: rgb(222,212,110); }
td.TdClassName
{
border-color: #DED46E;
}
.TagClassName
{
border-color: #DED46E;
}
</style>