Shades of Wild Rice #DED377
Tints of Wild Rice #DED377
RGB
CMYK
RGB Variations
Color information
#DED377 (or 0xDED377) is known color: Wild Rice. HEX triplet: DE, D3 and 77. RGB value is (222,211,119). Sum of RGB (Red+Green+Blue) = 222+211+119=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DED377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED377 is #212C88. Grayscale: #CCCCCC. Windows color (decimal): -2174089 or 7853022. OLE color: 7853022.
HSL color Cylindrical-coordinate representation of color #DED377: hue angle of 53.59º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DED377 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 119 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.13 |
| HSL | 53.59º | 0.61% | 0.67% | - |
| HSV(B) | 53.59º | 0.46% | 0.87% | - |
| XYZ | 56.75 | 63.45 | 26.71 | - |
| YUV | 203.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 119 | 0 | 0.05 | 0.46 | 0.13 | 53.59 | 0.61 | 0.67 |
| Hex | DE | D3 | 77 | 0 | 5 | 2E | D | 36 | 3D | 43 |
| Octal | 336 | 323 | 167 | 0 | 5 | 56 | 15 | 66 | 75 | 103 |
| Binary | 11011110 | 11010011 | 1110111 | 0 | 101 | 101110 | 1101 | 110110 | 111101 | 1000011 |
Color Harmonies of #DED377
Complementary color
Monochromatic Colors of #DED377
Black with #DED377
Text Example
Text Example
White with #DED377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED377; }
p { color: rgb(222,211,119); }
H1.HeaderClassName
{
color: #DED377;
}
.AnyTagClassName
{
color: #DED377;
}
</style>
background-color css
<style>
a { background-color: #DED377; }
a { background-color: rgb(222,211,119); }
div.DivClassName
{
background-color: #DED377;
}
.BgClassName
{
background-color: #DED377;
}
</style>
border-color css
<style>
span { border-color: #DED377; }
span { border-color: rgb(222,211,119); }
td.TdClassName
{
border-color: #DED377;
}
.TagClassName
{
border-color: #DED377;
}
</style>