Shades of Wild Rice #DFD576
Tints of Wild Rice #DFD576
RGB
CMYK
RGB Variations
Color information
#DFD576 (or 0xDFD576) is known color: Wild Rice. HEX triplet: DF, D5 and 76. RGB value is (223,213,118). Sum of RGB (Red+Green+Blue) = 223+213+118=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD576 is #202A89. Grayscale: #CDCDCD. Windows color (decimal): -2108042 or 7787999. OLE color: 7787999.
HSL color Cylindrical-coordinate representation of color #DFD576: hue angle of 54.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFD576 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 118 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.13 |
| HSL | 54.29º | 0.62% | 0.67% | - |
| HSV(B) | 54.29º | 0.47% | 0.87% | - |
| XYZ | 57.5 | 64.58 | 26.58 | - |
| YUV | 205.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 118 | 0 | 0.04 | 0.47 | 0.13 | 54.29 | 0.62 | 0.67 |
| Hex | DF | D5 | 76 | 0 | 4 | 2F | D | 36 | 3E | 43 |
| Octal | 337 | 325 | 166 | 0 | 4 | 57 | 15 | 66 | 76 | 103 |
| Binary | 11011111 | 11010101 | 1110110 | 0 | 100 | 101111 | 1101 | 110110 | 111110 | 1000011 |
Color Harmonies of #DFD576
Complementary color
Monochromatic Colors of #DFD576
Black with #DFD576
Text Example
Text Example
White with #DFD576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD576; }
p { color: rgb(223,213,118); }
H1.HeaderClassName
{
color: #DFD576;
}
.AnyTagClassName
{
color: #DFD576;
}
</style>
background-color css
<style>
a { background-color: #DFD576; }
a { background-color: rgb(223,213,118); }
div.DivClassName
{
background-color: #DFD576;
}
.BgClassName
{
background-color: #DFD576;
}
</style>
border-color css
<style>
span { border-color: #DFD576; }
span { border-color: rgb(223,213,118); }
td.TdClassName
{
border-color: #DFD576;
}
.TagClassName
{
border-color: #DFD576;
}
</style>