Shades of Wild Rice #DED578
Tints of Wild Rice #DED578
RGB
CMYK
RGB Variations
Color information
#DED578 (or 0xDED578) is known color: Wild Rice. HEX triplet: DE, D5 and 78. RGB value is (222,213,120). Sum of RGB (Red+Green+Blue) = 222+213+120=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DED578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED578 is #212A87. Grayscale: #CDCDCD. Windows color (decimal): -2173576 or 7919070. OLE color: 7919070.
HSL color Cylindrical-coordinate representation of color #DED578: hue angle of 54.71º 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 #DED578 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 120 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.13 |
| HSL | 54.71º | 0.61% | 0.67% | - |
| HSV(B) | 54.71º | 0.46% | 0.87% | - |
| XYZ | 57.31 | 64.47 | 27.19 | - |
| YUV | 205.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 120 | 0 | 0.04 | 0.46 | 0.13 | 54.71 | 0.61 | 0.67 |
| Hex | DE | D5 | 78 | 0 | 4 | 2E | D | 37 | 3D | 43 |
| Octal | 336 | 325 | 170 | 0 | 4 | 56 | 15 | 67 | 75 | 103 |
| Binary | 11011110 | 11010101 | 1111000 | 0 | 100 | 101110 | 1101 | 110111 | 111101 | 1000011 |
Color Harmonies of #DED578
Complementary color
Monochromatic Colors of #DED578
Black with #DED578
Text Example
Text Example
White with #DED578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED578; }
p { color: rgb(222,213,120); }
H1.HeaderClassName
{
color: #DED578;
}
.AnyTagClassName
{
color: #DED578;
}
</style>
background-color css
<style>
a { background-color: #DED578; }
a { background-color: rgb(222,213,120); }
div.DivClassName
{
background-color: #DED578;
}
.BgClassName
{
background-color: #DED578;
}
</style>
border-color css
<style>
span { border-color: #DED578; }
span { border-color: rgb(222,213,120); }
td.TdClassName
{
border-color: #DED578;
}
.TagClassName
{
border-color: #DED578;
}
</style>