Shades of Wild Rice #DED272
Tints of Wild Rice #DED272
RGB
CMYK
RGB Variations
Color information
#DED272 (or 0xDED272) is known color: Wild Rice. HEX triplet: DE, D2 and 72. RGB value is (222,210,114). Sum of RGB (Red+Green+Blue) = 222+210+114=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DED272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED272 is #212D8D. Grayscale: #CBCBCB. Windows color (decimal): -2174350 or 7525086. OLE color: 7525086.
HSL color Cylindrical-coordinate representation of color #DED272: hue angle of 53.33º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DED272 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 114 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.13 |
| HSL | 53.33º | 0.62% | 0.66% | - |
| HSV(B) | 53.33º | 0.49% | 0.87% | - |
| XYZ | 56.21 | 62.84 | 25.09 | - |
| YUV | 202.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 114 | 0 | 0.05 | 0.49 | 0.13 | 53.33 | 0.62 | 0.66 |
| Hex | DE | D2 | 72 | 0 | 5 | 31 | D | 35 | 3E | 42 |
| Octal | 336 | 322 | 162 | 0 | 5 | 61 | 15 | 65 | 76 | 102 |
| Binary | 11011110 | 11010010 | 1110010 | 0 | 101 | 110001 | 1101 | 110101 | 111110 | 1000010 |
Color Harmonies of #DED272
Complementary color
Monochromatic Colors of #DED272
Black with #DED272
Text Example
Text Example
White with #DED272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED272; }
p { color: rgb(222,210,114); }
H1.HeaderClassName
{
color: #DED272;
}
.AnyTagClassName
{
color: #DED272;
}
</style>
background-color css
<style>
a { background-color: #DED272; }
a { background-color: rgb(222,210,114); }
div.DivClassName
{
background-color: #DED272;
}
.BgClassName
{
background-color: #DED272;
}
</style>
border-color css
<style>
span { border-color: #DED272; }
span { border-color: rgb(222,210,114); }
td.TdClassName
{
border-color: #DED272;
}
.TagClassName
{
border-color: #DED272;
}
</style>