Shades of Wild Rice #DED47E
Tints of Wild Rice #DED47E
RGB
CMYK
RGB Variations
Color information
#DED47E (or 0xDED47E) is known color: Wild Rice. HEX triplet: DE, D4 and 7E. RGB value is (222,212,126). Sum of RGB (Red+Green+Blue) = 222+212+126=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DED47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED47E is #212B81. Grayscale: #CDCDCD. Windows color (decimal): -2173826 or 8312030. OLE color: 8312030.
HSL color Cylindrical-coordinate representation of color #DED47E: hue angle of 53.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DED47E is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 126 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.13 |
| HSL | 53.75º | 0.59% | 0.68% | - |
| HSV(B) | 53.75º | 0.43% | 0.87% | - |
| XYZ | 57.43 | 64.12 | 29.09 | - |
| YUV | 205.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 126 | 0 | 0.05 | 0.43 | 0.13 | 53.75 | 0.59 | 0.68 |
| Hex | DE | D4 | 7E | 0 | 5 | 2B | D | 36 | 3B | 44 |
| Octal | 336 | 324 | 176 | 0 | 5 | 53 | 15 | 66 | 73 | 104 |
| Binary | 11011110 | 11010100 | 1111110 | 0 | 101 | 101011 | 1101 | 110110 | 111011 | 1000100 |
Color Harmonies of #DED47E
Complementary color
Monochromatic Colors of #DED47E
Black with #DED47E
Text Example
Text Example
White with #DED47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED47E; }
p { color: rgb(222,212,126); }
H1.HeaderClassName
{
color: #DED47E;
}
.AnyTagClassName
{
color: #DED47E;
}
</style>
background-color css
<style>
a { background-color: #DED47E; }
a { background-color: rgb(222,212,126); }
div.DivClassName
{
background-color: #DED47E;
}
.BgClassName
{
background-color: #DED47E;
}
</style>
border-color css
<style>
span { border-color: #DED47E; }
span { border-color: rgb(222,212,126); }
td.TdClassName
{
border-color: #DED47E;
}
.TagClassName
{
border-color: #DED47E;
}
</style>