Shades of Wild Rice #DED46D
Tints of Wild Rice #DED46D
RGB
CMYK
RGB Variations
Color information
#DED46D (or 0xDED46D) is known color: Wild Rice. HEX triplet: DE, D4 and 6D. RGB value is (222,212,109). Sum of RGB (Red+Green+Blue) = 222+212+109=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DED46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED46D is #212B92. Grayscale: #CBCBCB. Windows color (decimal): -2173843 or 7197918. OLE color: 7197918.
HSL color Cylindrical-coordinate representation of color #DED46D: hue angle of 54.69º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DED46D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 109 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.13 |
| HSL | 54.69º | 0.63% | 0.65% | - |
| HSV(B) | 54.69º | 0.51% | 0.87% | - |
| XYZ | 56.43 | 63.72 | 23.79 | - |
| YUV | 203.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 109 | 0 | 0.05 | 0.51 | 0.13 | 54.69 | 0.63 | 0.65 |
| Hex | DE | D4 | 6D | 0 | 5 | 33 | D | 37 | 3F | 41 |
| Octal | 336 | 324 | 155 | 0 | 5 | 63 | 15 | 67 | 77 | 101 |
| Binary | 11011110 | 11010100 | 1101101 | 0 | 101 | 110011 | 1101 | 110111 | 111111 | 1000001 |
Color Harmonies of #DED46D
Complementary color
Monochromatic Colors of #DED46D
Black with #DED46D
Text Example
Text Example
White with #DED46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED46D; }
p { color: rgb(222,212,109); }
H1.HeaderClassName
{
color: #DED46D;
}
.AnyTagClassName
{
color: #DED46D;
}
</style>
background-color css
<style>
a { background-color: #DED46D; }
a { background-color: rgb(222,212,109); }
div.DivClassName
{
background-color: #DED46D;
}
.BgClassName
{
background-color: #DED46D;
}
</style>
border-color css
<style>
span { border-color: #DED46D; }
span { border-color: rgb(222,212,109); }
td.TdClassName
{
border-color: #DED46D;
}
.TagClassName
{
border-color: #DED46D;
}
</style>