Shades of Wild Rice #DED276
Tints of Wild Rice #DED276
RGB
CMYK
RGB Variations
Color information
#DED276 (or 0xDED276) is known color: Wild Rice. HEX triplet: DE, D2 and 76. RGB value is (222,210,118). Sum of RGB (Red+Green+Blue) = 222+210+118=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DED276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED276 is #212D89. Grayscale: #CBCBCB. Windows color (decimal): -2174346 or 7787230. OLE color: 7787230.
HSL color Cylindrical-coordinate representation of color #DED276: hue angle of 53.08º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DED276 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 118 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.13 |
| HSL | 53.08º | 0.61% | 0.67% | - |
| HSV(B) | 53.08º | 0.47% | 0.87% | - |
| XYZ | 56.44 | 62.93 | 26.31 | - |
| YUV | 203.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 118 | 0 | 0.05 | 0.47 | 0.13 | 53.08 | 0.61 | 0.67 |
| Hex | DE | D2 | 76 | 0 | 5 | 2F | D | 35 | 3D | 43 |
| Octal | 336 | 322 | 166 | 0 | 5 | 57 | 15 | 65 | 75 | 103 |
| Binary | 11011110 | 11010010 | 1110110 | 0 | 101 | 101111 | 1101 | 110101 | 111101 | 1000011 |
Color Harmonies of #DED276
Complementary color
Monochromatic Colors of #DED276
Black with #DED276
Text Example
Text Example
White with #DED276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED276; }
p { color: rgb(222,210,118); }
H1.HeaderClassName
{
color: #DED276;
}
.AnyTagClassName
{
color: #DED276;
}
</style>
background-color css
<style>
a { background-color: #DED276; }
a { background-color: rgb(222,210,118); }
div.DivClassName
{
background-color: #DED276;
}
.BgClassName
{
background-color: #DED276;
}
</style>
border-color css
<style>
span { border-color: #DED276; }
span { border-color: rgb(222,210,118); }
td.TdClassName
{
border-color: #DED276;
}
.TagClassName
{
border-color: #DED276;
}
</style>