Shades of Wild Rice #DED368
Tints of Wild Rice #DED368
RGB
CMYK
RGB Variations
Color information
#DED368 (or 0xDED368) is known color: Wild Rice. HEX triplet: DE, D3 and 68. RGB value is (222,211,104). Sum of RGB (Red+Green+Blue) = 222+211+104=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED368 is #212C97. Grayscale: #CACACA. Windows color (decimal): -2174104 or 6869982. OLE color: 6869982.
HSL color Cylindrical-coordinate representation of color #DED368: hue angle of 54.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DED368 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 104 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.13 |
| HSL | 54.41º | 0.64% | 0.64% | - |
| HSV(B) | 54.41º | 0.53% | 0.87% | - |
| XYZ | 55.92 | 63.12 | 22.33 | - |
| YUV | 202.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 104 | 0 | 0.05 | 0.53 | 0.13 | 54.41 | 0.64 | 0.64 |
| Hex | DE | D3 | 68 | 0 | 5 | 35 | D | 36 | 40 | 40 |
| Octal | 336 | 323 | 150 | 0 | 5 | 65 | 15 | 66 | 100 | 100 |
| Binary | 11011110 | 11010011 | 1101000 | 0 | 101 | 110101 | 1101 | 110110 | 1000000 | 1000000 |
Color Harmonies of #DED368
Complementary color
Monochromatic Colors of #DED368
Black with #DED368
Text Example
Text Example
White with #DED368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED368; }
p { color: rgb(222,211,104); }
H1.HeaderClassName
{
color: #DED368;
}
.AnyTagClassName
{
color: #DED368;
}
</style>
background-color css
<style>
a { background-color: #DED368; }
a { background-color: rgb(222,211,104); }
div.DivClassName
{
background-color: #DED368;
}
.BgClassName
{
background-color: #DED368;
}
</style>
border-color css
<style>
span { border-color: #DED368; }
span { border-color: rgb(222,211,104); }
td.TdClassName
{
border-color: #DED368;
}
.TagClassName
{
border-color: #DED368;
}
</style>