Shades of Wild Rice #DFD47D
Tints of Wild Rice #DFD47D
RGB
CMYK
RGB Variations
Color information
#DFD47D (or 0xDFD47D) is known color: Wild Rice. HEX triplet: DF, D4 and 7D. RGB value is (223,212,125). Sum of RGB (Red+Green+Blue) = 223+212+125=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD47D is #202B82. Grayscale: #CDCDCD. Windows color (decimal): -2108291 or 8246495. OLE color: 8246495.
HSL color Cylindrical-coordinate representation of color #DFD47D: hue angle of 53.27º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFD47D is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 125 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.13 |
| HSL | 53.27º | 0.6% | 0.68% | - |
| HSV(B) | 53.27º | 0.44% | 0.87% | - |
| XYZ | 57.68 | 64.26 | 28.76 | - |
| YUV | 205.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 125 | 0 | 0.05 | 0.44 | 0.13 | 53.27 | 0.6 | 0.68 |
| Hex | DF | D4 | 7D | 0 | 5 | 2C | D | 35 | 3C | 44 |
| Octal | 337 | 324 | 175 | 0 | 5 | 54 | 15 | 65 | 74 | 104 |
| Binary | 11011111 | 11010100 | 1111101 | 0 | 101 | 101100 | 1101 | 110101 | 111100 | 1000100 |
Color Harmonies of #DFD47D
Complementary color
Monochromatic Colors of #DFD47D
Black with #DFD47D
Text Example
Text Example
White with #DFD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD47D; }
p { color: rgb(223,212,125); }
H1.HeaderClassName
{
color: #DFD47D;
}
.AnyTagClassName
{
color: #DFD47D;
}
</style>
background-color css
<style>
a { background-color: #DFD47D; }
a { background-color: rgb(223,212,125); }
div.DivClassName
{
background-color: #DFD47D;
}
.BgClassName
{
background-color: #DFD47D;
}
</style>
border-color css
<style>
span { border-color: #DFD47D; }
span { border-color: rgb(223,212,125); }
td.TdClassName
{
border-color: #DFD47D;
}
.TagClassName
{
border-color: #DFD47D;
}
</style>