Shades of Wild Rice #DFD57D
Tints of Wild Rice #DFD57D
RGB
CMYK
RGB Variations
Color information
#DFD57D (or 0xDFD57D) is known color: Wild Rice. HEX triplet: DF, D5 and 7D. RGB value is (223,213,125). Sum of RGB (Red+Green+Blue) = 223+213+125=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD57D is #202A82. Grayscale: #CECECE. Windows color (decimal): -2108035 or 8246751. OLE color: 8246751.
HSL color Cylindrical-coordinate representation of color #DFD57D: hue angle of 53.88º 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 #DFD57D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 125 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.13 |
| HSL | 53.88º | 0.6% | 0.68% | - |
| HSV(B) | 53.88º | 0.44% | 0.87% | - |
| XYZ | 57.93 | 64.76 | 28.85 | - |
| YUV | 205.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 125 | 0 | 0.04 | 0.44 | 0.13 | 53.88 | 0.6 | 0.68 |
| Hex | DF | D5 | 7D | 0 | 4 | 2C | D | 36 | 3C | 44 |
| Octal | 337 | 325 | 175 | 0 | 4 | 54 | 15 | 66 | 74 | 104 |
| Binary | 11011111 | 11010101 | 1111101 | 0 | 100 | 101100 | 1101 | 110110 | 111100 | 1000100 |
Color Harmonies of #DFD57D
Complementary color
Monochromatic Colors of #DFD57D
Black with #DFD57D
Text Example
Text Example
White with #DFD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD57D; }
p { color: rgb(223,213,125); }
H1.HeaderClassName
{
color: #DFD57D;
}
.AnyTagClassName
{
color: #DFD57D;
}
</style>
background-color css
<style>
a { background-color: #DFD57D; }
a { background-color: rgb(223,213,125); }
div.DivClassName
{
background-color: #DFD57D;
}
.BgClassName
{
background-color: #DFD57D;
}
</style>
border-color css
<style>
span { border-color: #DFD57D; }
span { border-color: rgb(223,213,125); }
td.TdClassName
{
border-color: #DFD57D;
}
.TagClassName
{
border-color: #DFD57D;
}
</style>