Shades of Wild Rice #DED16D
Tints of Wild Rice #DED16D
RGB
CMYK
RGB Variations
Color information
#DED16D (or 0xDED16D) is known color: Wild Rice. HEX triplet: DE, D1 and 6D. RGB value is (222,209,109). Sum of RGB (Red+Green+Blue) = 222+209+109=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DED16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED16D is #212E92. Grayscale: #C9C9C9. Windows color (decimal): -2174611 or 7197150. OLE color: 7197150.
HSL color Cylindrical-coordinate representation of color #DED16D: hue angle of 53.1º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DED16D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 109 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.13 |
| HSL | 53.1º | 0.63% | 0.65% | - |
| HSV(B) | 53.1º | 0.51% | 0.87% | - |
| XYZ | 55.68 | 62.23 | 23.55 | - |
| YUV | 201.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 109 | 0 | 0.06 | 0.51 | 0.13 | 53.1 | 0.63 | 0.65 |
| Hex | DE | D1 | 6D | 0 | 6 | 33 | D | 35 | 3F | 41 |
| Octal | 336 | 321 | 155 | 0 | 6 | 63 | 15 | 65 | 77 | 101 |
| Binary | 11011110 | 11010001 | 1101101 | 0 | 110 | 110011 | 1101 | 110101 | 111111 | 1000001 |
Color Harmonies of #DED16D
Complementary color
Monochromatic Colors of #DED16D
Black with #DED16D
Text Example
Text Example
White with #DED16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED16D; }
p { color: rgb(222,209,109); }
H1.HeaderClassName
{
color: #DED16D;
}
.AnyTagClassName
{
color: #DED16D;
}
</style>
background-color css
<style>
a { background-color: #DED16D; }
a { background-color: rgb(222,209,109); }
div.DivClassName
{
background-color: #DED16D;
}
.BgClassName
{
background-color: #DED16D;
}
</style>
border-color css
<style>
span { border-color: #DED16D; }
span { border-color: rgb(222,209,109); }
td.TdClassName
{
border-color: #DED16D;
}
.TagClassName
{
border-color: #DED16D;
}
</style>