Shades of Wild Rice #DFD07A
Tints of Wild Rice #DFD07A
RGB
CMYK
RGB Variations
Color information
#DFD07A (or 0xDFD07A) is known color: Wild Rice. HEX triplet: DF, D0 and 7A. RGB value is (223,208,122). Sum of RGB (Red+Green+Blue) = 223+208+122=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD07A is #202F85. Grayscale: #CBCBCB. Windows color (decimal): -2109318 or 8048863. OLE color: 8048863.
HSL color Cylindrical-coordinate representation of color #DFD07A: hue angle of 51.09º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFD07A is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 122 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.13 |
| HSL | 51.09º | 0.61% | 0.68% | - |
| HSV(B) | 51.09º | 0.45% | 0.87% | - |
| XYZ | 56.5 | 62.2 | 27.44 | - |
| YUV | 202.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 122 | 0 | 0.07 | 0.45 | 0.13 | 51.09 | 0.61 | 0.68 |
| Hex | DF | D0 | 7A | 0 | 7 | 2D | D | 33 | 3D | 44 |
| Octal | 337 | 320 | 172 | 0 | 7 | 55 | 15 | 63 | 75 | 104 |
| Binary | 11011111 | 11010000 | 1111010 | 0 | 111 | 101101 | 1101 | 110011 | 111101 | 1000100 |
Color Harmonies of #DFD07A
Complementary color
Monochromatic Colors of #DFD07A
Black with #DFD07A
Text Example
Text Example
White with #DFD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD07A; }
p { color: rgb(223,208,122); }
H1.HeaderClassName
{
color: #DFD07A;
}
.AnyTagClassName
{
color: #DFD07A;
}
</style>
background-color css
<style>
a { background-color: #DFD07A; }
a { background-color: rgb(223,208,122); }
div.DivClassName
{
background-color: #DFD07A;
}
.BgClassName
{
background-color: #DFD07A;
}
</style>
border-color css
<style>
span { border-color: #DFD07A; }
span { border-color: rgb(223,208,122); }
td.TdClassName
{
border-color: #DFD07A;
}
.TagClassName
{
border-color: #DFD07A;
}
</style>