Shades of Wild Rice #DED36D
Tints of Wild Rice #DED36D
RGB
CMYK
RGB Variations
Color information
#DED36D (or 0xDED36D) is known color: Wild Rice. HEX triplet: DE, D3 and 6D. RGB value is (222,211,109). Sum of RGB (Red+Green+Blue) = 222+211+109=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DED36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED36D is #212C92. Grayscale: #CBCBCB. Windows color (decimal): -2174099 or 7197662. OLE color: 7197662.
HSL color Cylindrical-coordinate representation of color #DED36D: hue angle of 54.16º 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 #DED36D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 109 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.13 |
| HSL | 54.16º | 0.63% | 0.65% | - |
| HSV(B) | 54.16º | 0.51% | 0.87% | - |
| XYZ | 56.18 | 63.22 | 23.71 | - |
| YUV | 202.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 109 | 0 | 0.05 | 0.51 | 0.13 | 54.16 | 0.63 | 0.65 |
| Hex | DE | D3 | 6D | 0 | 5 | 33 | D | 36 | 3F | 41 |
| Octal | 336 | 323 | 155 | 0 | 5 | 63 | 15 | 66 | 77 | 101 |
| Binary | 11011110 | 11010011 | 1101101 | 0 | 101 | 110011 | 1101 | 110110 | 111111 | 1000001 |
Color Harmonies of #DED36D
Complementary color
Monochromatic Colors of #DED36D
Black with #DED36D
Text Example
Text Example
White with #DED36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED36D; }
p { color: rgb(222,211,109); }
H1.HeaderClassName
{
color: #DED36D;
}
.AnyTagClassName
{
color: #DED36D;
}
</style>
background-color css
<style>
a { background-color: #DED36D; }
a { background-color: rgb(222,211,109); }
div.DivClassName
{
background-color: #DED36D;
}
.BgClassName
{
background-color: #DED36D;
}
</style>
border-color css
<style>
span { border-color: #DED36D; }
span { border-color: rgb(222,211,109); }
td.TdClassName
{
border-color: #DED36D;
}
.TagClassName
{
border-color: #DED36D;
}
</style>