Shades of Wild Rice #DED16B
Tints of Wild Rice #DED16B
RGB
CMYK
RGB Variations
Color information
#DED16B (or 0xDED16B) is known color: Wild Rice. HEX triplet: DE, D1 and 6B. RGB value is (222,209,107). Sum of RGB (Red+Green+Blue) = 222+209+107=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DED16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED16B is #212E94. Grayscale: #C9C9C9. Windows color (decimal): -2174613 or 7066078. OLE color: 7066078.
HSL color Cylindrical-coordinate representation of color #DED16B: hue angle of 53.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DED16B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 107 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.13 |
| HSL | 53.22º | 0.64% | 0.65% | - |
| HSV(B) | 53.22º | 0.52% | 0.87% | - |
| XYZ | 55.58 | 62.19 | 22.98 | - |
| YUV | 201.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 107 | 0 | 0.06 | 0.52 | 0.13 | 53.22 | 0.64 | 0.65 |
| Hex | DE | D1 | 6B | 0 | 6 | 34 | D | 35 | 40 | 41 |
| Octal | 336 | 321 | 153 | 0 | 6 | 64 | 15 | 65 | 100 | 101 |
| Binary | 11011110 | 11010001 | 1101011 | 0 | 110 | 110100 | 1101 | 110101 | 1000000 | 1000001 |
Color Harmonies of #DED16B
Complementary color
Monochromatic Colors of #DED16B
Black with #DED16B
Text Example
Text Example
White with #DED16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED16B; }
p { color: rgb(222,209,107); }
H1.HeaderClassName
{
color: #DED16B;
}
.AnyTagClassName
{
color: #DED16B;
}
</style>
background-color css
<style>
a { background-color: #DED16B; }
a { background-color: rgb(222,209,107); }
div.DivClassName
{
background-color: #DED16B;
}
.BgClassName
{
background-color: #DED16B;
}
</style>
border-color css
<style>
span { border-color: #DED16B; }
span { border-color: rgb(222,209,107); }
td.TdClassName
{
border-color: #DED16B;
}
.TagClassName
{
border-color: #DED16B;
}
</style>