Shades of Wild Rice #DFD56E
Tints of Wild Rice #DFD56E
RGB
CMYK
RGB Variations
Color information
#DFD56E (or 0xDFD56E) is known color: Wild Rice. HEX triplet: DF, D5 and 6E. RGB value is (223,213,110). Sum of RGB (Red+Green+Blue) = 223+213+110=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD56E is #202A91. Grayscale: #CCCCCC. Windows color (decimal): -2108050 or 7263711. OLE color: 7263711.
HSL color Cylindrical-coordinate representation of color #DFD56E: hue angle of 54.69º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFD56E is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 110 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.13 |
| HSL | 54.69º | 0.64% | 0.65% | - |
| HSV(B) | 54.69º | 0.51% | 0.87% | - |
| XYZ | 57.04 | 64.4 | 24.18 | - |
| YUV | 204.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 110 | 0 | 0.04 | 0.51 | 0.13 | 54.69 | 0.64 | 0.65 |
| Hex | DF | D5 | 6E | 0 | 4 | 33 | D | 37 | 40 | 41 |
| Octal | 337 | 325 | 156 | 0 | 4 | 63 | 15 | 67 | 100 | 101 |
| Binary | 11011111 | 11010101 | 1101110 | 0 | 100 | 110011 | 1101 | 110111 | 1000000 | 1000001 |
Color Harmonies of #DFD56E
Complementary color
Monochromatic Colors of #DFD56E
Black with #DFD56E
Text Example
Text Example
White with #DFD56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD56E; }
p { color: rgb(223,213,110); }
H1.HeaderClassName
{
color: #DFD56E;
}
.AnyTagClassName
{
color: #DFD56E;
}
</style>
background-color css
<style>
a { background-color: #DFD56E; }
a { background-color: rgb(223,213,110); }
div.DivClassName
{
background-color: #DFD56E;
}
.BgClassName
{
background-color: #DFD56E;
}
</style>
border-color css
<style>
span { border-color: #DFD56E; }
span { border-color: rgb(223,213,110); }
td.TdClassName
{
border-color: #DFD56E;
}
.TagClassName
{
border-color: #DFD56E;
}
</style>