Shades of Wild Rice #DED175
Tints of Wild Rice #DED175
RGB
CMYK
RGB Variations
Color information
#DED175 (or 0xDED175) is known color: Wild Rice. HEX triplet: DE, D1 and 75. RGB value is (222,209,117). Sum of RGB (Red+Green+Blue) = 222+209+117=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DED175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED175 is #212E8A. Grayscale: #CACACA. Windows color (decimal): -2174603 or 7721438. OLE color: 7721438.
HSL color Cylindrical-coordinate representation of color #DED175: hue angle of 52.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DED175 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 117 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.13 |
| HSL | 52.57º | 0.61% | 0.66% | - |
| HSV(B) | 52.57º | 0.47% | 0.87% | - |
| XYZ | 56.14 | 62.41 | 25.92 | - |
| YUV | 202.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 117 | 0 | 0.06 | 0.47 | 0.13 | 52.57 | 0.61 | 0.66 |
| Hex | DE | D1 | 75 | 0 | 6 | 2F | D | 35 | 3D | 42 |
| Octal | 336 | 321 | 165 | 0 | 6 | 57 | 15 | 65 | 75 | 102 |
| Binary | 11011110 | 11010001 | 1110101 | 0 | 110 | 101111 | 1101 | 110101 | 111101 | 1000010 |
Color Harmonies of #DED175
Complementary color
Monochromatic Colors of #DED175
Black with #DED175
Text Example
Text Example
White with #DED175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED175; }
p { color: rgb(222,209,117); }
H1.HeaderClassName
{
color: #DED175;
}
.AnyTagClassName
{
color: #DED175;
}
</style>
background-color css
<style>
a { background-color: #DED175; }
a { background-color: rgb(222,209,117); }
div.DivClassName
{
background-color: #DED175;
}
.BgClassName
{
background-color: #DED175;
}
</style>
border-color css
<style>
span { border-color: #DED175; }
span { border-color: rgb(222,209,117); }
td.TdClassName
{
border-color: #DED175;
}
.TagClassName
{
border-color: #DED175;
}
</style>