Shades of Wild Rice #DFD073
Tints of Wild Rice #DFD073
RGB
CMYK
RGB Variations
Color information
#DFD073 (or 0xDFD073) is known color: Wild Rice. HEX triplet: DF, D0 and 73. RGB value is (223,208,115). Sum of RGB (Red+Green+Blue) = 223+208+115=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD073 is #202F8C. Grayscale: #CACACA. Windows color (decimal): -2109325 or 7590111. OLE color: 7590111.
HSL color Cylindrical-coordinate representation of color #DFD073: hue angle of 51.67º 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 #DFD073 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 115 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.13 |
| HSL | 51.67º | 0.63% | 0.66% | - |
| HSV(B) | 51.67º | 0.48% | 0.87% | - |
| XYZ | 56.08 | 62.04 | 25.24 | - |
| YUV | 201.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 115 | 0 | 0.07 | 0.48 | 0.13 | 51.67 | 0.63 | 0.66 |
| Hex | DF | D0 | 73 | 0 | 7 | 30 | D | 34 | 3F | 42 |
| Octal | 337 | 320 | 163 | 0 | 7 | 60 | 15 | 64 | 77 | 102 |
| Binary | 11011111 | 11010000 | 1110011 | 0 | 111 | 110000 | 1101 | 110100 | 111111 | 1000010 |
Color Harmonies of #DFD073
Complementary color
Monochromatic Colors of #DFD073
Black with #DFD073
Text Example
Text Example
White with #DFD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD073; }
p { color: rgb(223,208,115); }
H1.HeaderClassName
{
color: #DFD073;
}
.AnyTagClassName
{
color: #DFD073;
}
</style>
background-color css
<style>
a { background-color: #DFD073; }
a { background-color: rgb(223,208,115); }
div.DivClassName
{
background-color: #DFD073;
}
.BgClassName
{
background-color: #DFD073;
}
</style>
border-color css
<style>
span { border-color: #DFD073; }
span { border-color: rgb(223,208,115); }
td.TdClassName
{
border-color: #DFD073;
}
.TagClassName
{
border-color: #DFD073;
}
</style>