Shades of Wild Rice #DED173
Tints of Wild Rice #DED173
RGB
CMYK
RGB Variations
Color information
#DED173 (or 0xDED173) is known color: Wild Rice. HEX triplet: DE, D1 and 73. RGB value is (222,209,115). Sum of RGB (Red+Green+Blue) = 222+209+115=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DED173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED173 is #212E8C. Grayscale: #CACACA. Windows color (decimal): -2174605 or 7590366. OLE color: 7590366.
HSL color Cylindrical-coordinate representation of color #DED173: hue angle of 52.71º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DED173 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 115 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.13 |
| HSL | 52.71º | 0.62% | 0.66% | - |
| HSV(B) | 52.71º | 0.48% | 0.87% | - |
| XYZ | 56.02 | 62.37 | 25.31 | - |
| YUV | 202.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 115 | 0 | 0.06 | 0.48 | 0.13 | 52.71 | 0.62 | 0.66 |
| Hex | DE | D1 | 73 | 0 | 6 | 30 | D | 35 | 3E | 42 |
| Octal | 336 | 321 | 163 | 0 | 6 | 60 | 15 | 65 | 76 | 102 |
| Binary | 11011110 | 11010001 | 1110011 | 0 | 110 | 110000 | 1101 | 110101 | 111110 | 1000010 |
Color Harmonies of #DED173
Complementary color
Monochromatic Colors of #DED173
Black with #DED173
Text Example
Text Example
White with #DED173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED173; }
p { color: rgb(222,209,115); }
H1.HeaderClassName
{
color: #DED173;
}
.AnyTagClassName
{
color: #DED173;
}
</style>
background-color css
<style>
a { background-color: #DED173; }
a { background-color: rgb(222,209,115); }
div.DivClassName
{
background-color: #DED173;
}
.BgClassName
{
background-color: #DED173;
}
</style>
border-color css
<style>
span { border-color: #DED173; }
span { border-color: rgb(222,209,115); }
td.TdClassName
{
border-color: #DED173;
}
.TagClassName
{
border-color: #DED173;
}
</style>