Shades of Wild Rice #DED47B
Tints of Wild Rice #DED47B
RGB
CMYK
RGB Variations
Color information
#DED47B (or 0xDED47B) is known color: Wild Rice. HEX triplet: DE, D4 and 7B. RGB value is (222,212,123). Sum of RGB (Red+Green+Blue) = 222+212+123=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DED47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED47B is #212B84. Grayscale: #CDCDCD. Windows color (decimal): -2173829 or 8115422. OLE color: 8115422.
HSL color Cylindrical-coordinate representation of color #DED47B: hue angle of 53.94º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DED47B is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 123 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.13 |
| HSL | 53.94º | 0.6% | 0.68% | - |
| HSV(B) | 53.94º | 0.45% | 0.87% | - |
| XYZ | 57.24 | 64.05 | 28.08 | - |
| YUV | 204.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 123 | 0 | 0.05 | 0.45 | 0.13 | 53.94 | 0.6 | 0.68 |
| Hex | DE | D4 | 7B | 0 | 5 | 2D | D | 36 | 3C | 44 |
| Octal | 336 | 324 | 173 | 0 | 5 | 55 | 15 | 66 | 74 | 104 |
| Binary | 11011110 | 11010100 | 1111011 | 0 | 101 | 101101 | 1101 | 110110 | 111100 | 1000100 |
Color Harmonies of #DED47B
Complementary color
Monochromatic Colors of #DED47B
Black with #DED47B
Text Example
Text Example
White with #DED47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED47B; }
p { color: rgb(222,212,123); }
H1.HeaderClassName
{
color: #DED47B;
}
.AnyTagClassName
{
color: #DED47B;
}
</style>
background-color css
<style>
a { background-color: #DED47B; }
a { background-color: rgb(222,212,123); }
div.DivClassName
{
background-color: #DED47B;
}
.BgClassName
{
background-color: #DED47B;
}
</style>
border-color css
<style>
span { border-color: #DED47B; }
span { border-color: rgb(222,212,123); }
td.TdClassName
{
border-color: #DED47B;
}
.TagClassName
{
border-color: #DED47B;
}
</style>