Shades of Wild Rice #DFD074
Tints of Wild Rice #DFD074
RGB
CMYK
RGB Variations
Color information
#DFD074 (or 0xDFD074) is known color: Wild Rice. HEX triplet: DF, D0 and 74. RGB value is (223,208,116). Sum of RGB (Red+Green+Blue) = 223+208+116=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD074 is #202F8B. Grayscale: #CACACA. Windows color (decimal): -2109324 or 7655647. OLE color: 7655647.
HSL color Cylindrical-coordinate representation of color #DFD074: hue angle of 51.59º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFD074 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 116 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.13 |
| HSL | 51.59º | 0.63% | 0.66% | - |
| HSV(B) | 51.59º | 0.48% | 0.87% | - |
| XYZ | 56.14 | 62.06 | 25.54 | - |
| YUV | 202 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 116 | 0 | 0.07 | 0.48 | 0.13 | 51.59 | 0.63 | 0.66 |
| Hex | DF | D0 | 74 | 0 | 7 | 30 | D | 34 | 3F | 42 |
| Octal | 337 | 320 | 164 | 0 | 7 | 60 | 15 | 64 | 77 | 102 |
| Binary | 11011111 | 11010000 | 1110100 | 0 | 111 | 110000 | 1101 | 110100 | 111111 | 1000010 |
Color Harmonies of #DFD074
Complementary color
Monochromatic Colors of #DFD074
Black with #DFD074
Text Example
Text Example
White with #DFD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD074; }
p { color: rgb(223,208,116); }
H1.HeaderClassName
{
color: #DFD074;
}
.AnyTagClassName
{
color: #DFD074;
}
</style>
background-color css
<style>
a { background-color: #DFD074; }
a { background-color: rgb(223,208,116); }
div.DivClassName
{
background-color: #DFD074;
}
.BgClassName
{
background-color: #DFD074;
}
</style>
border-color css
<style>
span { border-color: #DFD074; }
span { border-color: rgb(223,208,116); }
td.TdClassName
{
border-color: #DFD074;
}
.TagClassName
{
border-color: #DFD074;
}
</style>