Shades of Wild Rice #DED67C
Tints of Wild Rice #DED67C
RGB
CMYK
RGB Variations
Color information
#DED67C (or 0xDED67C) is known color: Wild Rice. HEX triplet: DE, D6 and 7C. RGB value is (222,214,124). Sum of RGB (Red+Green+Blue) = 222+214+124=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DED67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED67C is #212983. Grayscale: #CECECE. Windows color (decimal): -2173316 or 8181470. OLE color: 8181470.
HSL color Cylindrical-coordinate representation of color #DED67C: hue angle of 55.1º 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 #DED67C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 124 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.13 |
| HSL | 55.1º | 0.6% | 0.68% | - |
| HSV(B) | 55.1º | 0.44% | 0.87% | - |
| XYZ | 57.81 | 65.08 | 28.58 | - |
| YUV | 206.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 124 | 0 | 0.04 | 0.44 | 0.13 | 55.1 | 0.6 | 0.68 |
| Hex | DE | D6 | 7C | 0 | 4 | 2C | D | 37 | 3C | 44 |
| Octal | 336 | 326 | 174 | 0 | 4 | 54 | 15 | 67 | 74 | 104 |
| Binary | 11011110 | 11010110 | 1111100 | 0 | 100 | 101100 | 1101 | 110111 | 111100 | 1000100 |
Color Harmonies of #DED67C
Complementary color
Monochromatic Colors of #DED67C
Black with #DED67C
Text Example
Text Example
White with #DED67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED67C; }
p { color: rgb(222,214,124); }
H1.HeaderClassName
{
color: #DED67C;
}
.AnyTagClassName
{
color: #DED67C;
}
</style>
background-color css
<style>
a { background-color: #DED67C; }
a { background-color: rgb(222,214,124); }
div.DivClassName
{
background-color: #DED67C;
}
.BgClassName
{
background-color: #DED67C;
}
</style>
border-color css
<style>
span { border-color: #DED67C; }
span { border-color: rgb(222,214,124); }
td.TdClassName
{
border-color: #DED67C;
}
.TagClassName
{
border-color: #DED67C;
}
</style>