Shades of Wild Rice #DED67F
Tints of Wild Rice #DED67F
RGB
CMYK
RGB Variations
Color information
#DED67F (or 0xDED67F) is known color: Wild Rice. HEX triplet: DE, D6 and 7F. RGB value is (222,214,127). Sum of RGB (Red+Green+Blue) = 222+214+127=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DED67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED67F is #212980. Grayscale: #CECECE. Windows color (decimal): -2173313 or 8378078. OLE color: 8378078.
HSL color Cylindrical-coordinate representation of color #DED67F: hue angle of 54.95º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DED67F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 127 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.13 |
| HSL | 54.95º | 0.59% | 0.68% | - |
| HSV(B) | 54.95º | 0.43% | 0.87% | - |
| XYZ | 58 | 65.16 | 29.6 | - |
| YUV | 206.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 127 | 0 | 0.04 | 0.43 | 0.13 | 54.95 | 0.59 | 0.68 |
| Hex | DE | D6 | 7F | 0 | 4 | 2B | D | 37 | 3B | 44 |
| Octal | 336 | 326 | 177 | 0 | 4 | 53 | 15 | 67 | 73 | 104 |
| Binary | 11011110 | 11010110 | 1111111 | 0 | 100 | 101011 | 1101 | 110111 | 111011 | 1000100 |
Color Harmonies of #DED67F
Complementary color
Monochromatic Colors of #DED67F
Black with #DED67F
Text Example
Text Example
White with #DED67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED67F; }
p { color: rgb(222,214,127); }
H1.HeaderClassName
{
color: #DED67F;
}
.AnyTagClassName
{
color: #DED67F;
}
</style>
background-color css
<style>
a { background-color: #DED67F; }
a { background-color: rgb(222,214,127); }
div.DivClassName
{
background-color: #DED67F;
}
.BgClassName
{
background-color: #DED67F;
}
</style>
border-color css
<style>
span { border-color: #DED67F; }
span { border-color: rgb(222,214,127); }
td.TdClassName
{
border-color: #DED67F;
}
.TagClassName
{
border-color: #DED67F;
}
</style>