Shades of Wild Rice #DED67D
Tints of Wild Rice #DED67D
RGB
CMYK
RGB Variations
Color information
#DED67D (or 0xDED67D) is known color: Wild Rice. HEX triplet: DE, D6 and 7D. RGB value is (222,214,125). Sum of RGB (Red+Green+Blue) = 222+214+125=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DED67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED67D is #212982. Grayscale: #CECECE. Windows color (decimal): -2173315 or 8247006. OLE color: 8247006.
HSL color Cylindrical-coordinate representation of color #DED67D: hue angle of 55.05º 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 #DED67D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 125 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.13 |
| HSL | 55.05º | 0.6% | 0.68% | - |
| HSV(B) | 55.05º | 0.44% | 0.87% | - |
| XYZ | 57.87 | 65.1 | 28.92 | - |
| YUV | 206.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 125 | 0 | 0.04 | 0.44 | 0.13 | 55.05 | 0.6 | 0.68 |
| Hex | DE | D6 | 7D | 0 | 4 | 2C | D | 37 | 3C | 44 |
| Octal | 336 | 326 | 175 | 0 | 4 | 54 | 15 | 67 | 74 | 104 |
| Binary | 11011110 | 11010110 | 1111101 | 0 | 100 | 101100 | 1101 | 110111 | 111100 | 1000100 |
Color Harmonies of #DED67D
Complementary color
Monochromatic Colors of #DED67D
Black with #DED67D
Text Example
Text Example
White with #DED67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED67D; }
p { color: rgb(222,214,125); }
H1.HeaderClassName
{
color: #DED67D;
}
.AnyTagClassName
{
color: #DED67D;
}
</style>
background-color css
<style>
a { background-color: #DED67D; }
a { background-color: rgb(222,214,125); }
div.DivClassName
{
background-color: #DED67D;
}
.BgClassName
{
background-color: #DED67D;
}
</style>
border-color css
<style>
span { border-color: #DED67D; }
span { border-color: rgb(222,214,125); }
td.TdClassName
{
border-color: #DED67D;
}
.TagClassName
{
border-color: #DED67D;
}
</style>