Shades of Wild Rice #DED26A
Tints of Wild Rice #DED26A
RGB
CMYK
RGB Variations
Color information
#DED26A (or 0xDED26A) is known color: Wild Rice. HEX triplet: DE, D2 and 6A. RGB value is (222,210,106). Sum of RGB (Red+Green+Blue) = 222+210+106=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DED26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED26A is #212D95. Grayscale: #CACACA. Windows color (decimal): -2174358 or 7000798. OLE color: 7000798.
HSL color Cylindrical-coordinate representation of color #DED26A: hue angle of 53.79º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DED26A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 106 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.13 |
| HSL | 53.79º | 0.64% | 0.64% | - |
| HSV(B) | 53.79º | 0.52% | 0.87% | - |
| XYZ | 55.77 | 62.66 | 22.79 | - |
| YUV | 201.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 106 | 0 | 0.05 | 0.52 | 0.13 | 53.79 | 0.64 | 0.64 |
| Hex | DE | D2 | 6A | 0 | 5 | 34 | D | 36 | 40 | 40 |
| Octal | 336 | 322 | 152 | 0 | 5 | 64 | 15 | 66 | 100 | 100 |
| Binary | 11011110 | 11010010 | 1101010 | 0 | 101 | 110100 | 1101 | 110110 | 1000000 | 1000000 |
Color Harmonies of #DED26A
Complementary color
Monochromatic Colors of #DED26A
Black with #DED26A
Text Example
Text Example
White with #DED26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED26A; }
p { color: rgb(222,210,106); }
H1.HeaderClassName
{
color: #DED26A;
}
.AnyTagClassName
{
color: #DED26A;
}
</style>
background-color css
<style>
a { background-color: #DED26A; }
a { background-color: rgb(222,210,106); }
div.DivClassName
{
background-color: #DED26A;
}
.BgClassName
{
background-color: #DED26A;
}
</style>
border-color css
<style>
span { border-color: #DED26A; }
span { border-color: rgb(222,210,106); }
td.TdClassName
{
border-color: #DED26A;
}
.TagClassName
{
border-color: #DED26A;
}
</style>