Shades of Wild Rice #DED36C
Tints of Wild Rice #DED36C
RGB
CMYK
RGB Variations
Color information
#DED36C (or 0xDED36C) is known color: Wild Rice. HEX triplet: DE, D3 and 6C. RGB value is (222,211,108). Sum of RGB (Red+Green+Blue) = 222+211+108=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DED36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED36C is #212C93. Grayscale: #CACACA. Windows color (decimal): -2174100 or 7132126. OLE color: 7132126.
HSL color Cylindrical-coordinate representation of color #DED36C: hue angle of 54.21º 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 #DED36C is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 108 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.13 |
| HSL | 54.21º | 0.63% | 0.65% | - |
| HSV(B) | 54.21º | 0.51% | 0.87% | - |
| XYZ | 56.13 | 63.2 | 23.43 | - |
| YUV | 202.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 108 | 0 | 0.05 | 0.51 | 0.13 | 54.21 | 0.63 | 0.65 |
| Hex | DE | D3 | 6C | 0 | 5 | 33 | D | 36 | 3F | 41 |
| Octal | 336 | 323 | 154 | 0 | 5 | 63 | 15 | 66 | 77 | 101 |
| Binary | 11011110 | 11010011 | 1101100 | 0 | 101 | 110011 | 1101 | 110110 | 111111 | 1000001 |
Color Harmonies of #DED36C
Complementary color
Monochromatic Colors of #DED36C
Black with #DED36C
Text Example
Text Example
White with #DED36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED36C; }
p { color: rgb(222,211,108); }
H1.HeaderClassName
{
color: #DED36C;
}
.AnyTagClassName
{
color: #DED36C;
}
</style>
background-color css
<style>
a { background-color: #DED36C; }
a { background-color: rgb(222,211,108); }
div.DivClassName
{
background-color: #DED36C;
}
.BgClassName
{
background-color: #DED36C;
}
</style>
border-color css
<style>
span { border-color: #DED36C; }
span { border-color: rgb(222,211,108); }
td.TdClassName
{
border-color: #DED36C;
}
.TagClassName
{
border-color: #DED36C;
}
</style>