Shades of Wild Rice #DFD370
Tints of Wild Rice #DFD370
RGB
CMYK
RGB Variations
Color information
#DFD370 (or 0xDFD370) is known color: Wild Rice. HEX triplet: DF, D3 and 70. RGB value is (223,211,112). Sum of RGB (Red+Green+Blue) = 223+211+112=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD370 is #202C8F. Grayscale: #CBCBCB. Windows color (decimal): -2108560 or 7394271. OLE color: 7394271.
HSL color Cylindrical-coordinate representation of color #DFD370: hue angle of 53.51º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFD370 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 112 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.13 |
| HSL | 53.51º | 0.63% | 0.66% | - |
| HSV(B) | 53.51º | 0.5% | 0.87% | - |
| XYZ | 56.65 | 63.45 | 24.59 | - |
| YUV | 203.3 | 76.48 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 112 | 0 | 0.05 | 0.50 | 0.13 | 53.51 | 0.63 | 0.66 |
| Hex | DF | D3 | 70 | 0 | 5 | 32 | D | 36 | 3F | 42 |
| Octal | 337 | 323 | 160 | 0 | 5 | 62 | 15 | 66 | 77 | 102 |
| Binary | 11011111 | 11010011 | 1110000 | 0 | 101 | 110010 | 1101 | 110110 | 111111 | 1000010 |
Color Harmonies of #DFD370
Complementary color
Monochromatic Colors of #DFD370
Black with #DFD370
Text Example
Text Example
White with #DFD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD370; }
p { color: rgb(223,211,112); }
H1.HeaderClassName
{
color: #DFD370;
}
.AnyTagClassName
{
color: #DFD370;
}
</style>
background-color css
<style>
a { background-color: #DFD370; }
a { background-color: rgb(223,211,112); }
div.DivClassName
{
background-color: #DFD370;
}
.BgClassName
{
background-color: #DFD370;
}
</style>
border-color css
<style>
span { border-color: #DFD370; }
span { border-color: rgb(223,211,112); }
td.TdClassName
{
border-color: #DFD370;
}
.TagClassName
{
border-color: #DFD370;
}
</style>