Shades of Wild Rice #DFD56D
Tints of Wild Rice #DFD56D
RGB
CMYK
RGB Variations
Color information
#DFD56D (or 0xDFD56D) is known color: Wild Rice. HEX triplet: DF, D5 and 6D. RGB value is (223,213,109). Sum of RGB (Red+Green+Blue) = 223+213+109=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD56D is #202A92. Grayscale: #CCCCCC. Windows color (decimal): -2108051 or 7198175. OLE color: 7198175.
HSL color Cylindrical-coordinate representation of color #DFD56D: hue angle of 54.74º 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 #DFD56D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 109 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.13 |
| HSL | 54.74º | 0.64% | 0.65% | - |
| HSV(B) | 54.74º | 0.51% | 0.87% | - |
| XYZ | 56.99 | 64.38 | 23.89 | - |
| YUV | 204.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 109 | 0 | 0.04 | 0.51 | 0.13 | 54.74 | 0.64 | 0.65 |
| Hex | DF | D5 | 6D | 0 | 4 | 33 | D | 37 | 40 | 41 |
| Octal | 337 | 325 | 155 | 0 | 4 | 63 | 15 | 67 | 100 | 101 |
| Binary | 11011111 | 11010101 | 1101101 | 0 | 100 | 110011 | 1101 | 110111 | 1000000 | 1000001 |
Color Harmonies of #DFD56D
Complementary color
Monochromatic Colors of #DFD56D
Black with #DFD56D
Text Example
Text Example
White with #DFD56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD56D; }
p { color: rgb(223,213,109); }
H1.HeaderClassName
{
color: #DFD56D;
}
.AnyTagClassName
{
color: #DFD56D;
}
</style>
background-color css
<style>
a { background-color: #DFD56D; }
a { background-color: rgb(223,213,109); }
div.DivClassName
{
background-color: #DFD56D;
}
.BgClassName
{
background-color: #DFD56D;
}
</style>
border-color css
<style>
span { border-color: #DFD56D; }
span { border-color: rgb(223,213,109); }
td.TdClassName
{
border-color: #DFD56D;
}
.TagClassName
{
border-color: #DFD56D;
}
</style>