Shades of Wild Rice #DED77D
Tints of Wild Rice #DED77D
RGB
CMYK
RGB Variations
Color information
#DED77D (or 0xDED77D) is known color: Wild Rice. HEX triplet: DE, D7 and 7D. RGB value is (222,215,125). Sum of RGB (Red+Green+Blue) = 222+215+125=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DED77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED77D is #212882. Grayscale: #CFCFCF. Windows color (decimal): -2173059 or 8247262. OLE color: 8247262.
HSL color Cylindrical-coordinate representation of color #DED77D: hue angle of 55.67º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DED77D is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 125 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.13 |
| HSL | 55.67º | 0.6% | 0.68% | - |
| HSV(B) | 55.67º | 0.44% | 0.87% | - |
| XYZ | 58.13 | 65.61 | 29 | - |
| YUV | 206.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 125 | 0 | 0.03 | 0.44 | 0.13 | 55.67 | 0.6 | 0.68 |
| Hex | DE | D7 | 7D | 0 | 3 | 2C | D | 38 | 3C | 44 |
| Octal | 336 | 327 | 175 | 0 | 3 | 54 | 15 | 70 | 74 | 104 |
| Binary | 11011110 | 11010111 | 1111101 | 0 | 11 | 101100 | 1101 | 111000 | 111100 | 1000100 |
Color Harmonies of #DED77D
Complementary color
Monochromatic Colors of #DED77D
Black with #DED77D
Text Example
Text Example
White with #DED77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED77D; }
p { color: rgb(222,215,125); }
H1.HeaderClassName
{
color: #DED77D;
}
.AnyTagClassName
{
color: #DED77D;
}
</style>
background-color css
<style>
a { background-color: #DED77D; }
a { background-color: rgb(222,215,125); }
div.DivClassName
{
background-color: #DED77D;
}
.BgClassName
{
background-color: #DED77D;
}
</style>
border-color css
<style>
span { border-color: #DED77D; }
span { border-color: rgb(222,215,125); }
td.TdClassName
{
border-color: #DED77D;
}
.TagClassName
{
border-color: #DED77D;
}
</style>