Shades of Wild Rice #DFD578
Tints of Wild Rice #DFD578
RGB
CMYK
RGB Variations
Color information
#DFD578 (or 0xDFD578) is known color: Wild Rice. HEX triplet: DF, D5 and 78. RGB value is (223,213,120). Sum of RGB (Red+Green+Blue) = 223+213+120=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD578 is #202A87. Grayscale: #CDCDCD. Windows color (decimal): -2108040 or 7919071. OLE color: 7919071.
HSL color Cylindrical-coordinate representation of color #DFD578: hue angle of 54.17º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFD578 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 120 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.13 |
| HSL | 54.17º | 0.62% | 0.67% | - |
| HSV(B) | 54.17º | 0.46% | 0.87% | - |
| XYZ | 57.62 | 64.63 | 27.21 | - |
| YUV | 205.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 120 | 0 | 0.04 | 0.46 | 0.13 | 54.17 | 0.62 | 0.67 |
| Hex | DF | D5 | 78 | 0 | 4 | 2E | D | 36 | 3E | 43 |
| Octal | 337 | 325 | 170 | 0 | 4 | 56 | 15 | 66 | 76 | 103 |
| Binary | 11011111 | 11010101 | 1111000 | 0 | 100 | 101110 | 1101 | 110110 | 111110 | 1000011 |
Color Harmonies of #DFD578
Complementary color
Monochromatic Colors of #DFD578
Black with #DFD578
Text Example
Text Example
White with #DFD578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD578; }
p { color: rgb(223,213,120); }
H1.HeaderClassName
{
color: #DFD578;
}
.AnyTagClassName
{
color: #DFD578;
}
</style>
background-color css
<style>
a { background-color: #DFD578; }
a { background-color: rgb(223,213,120); }
div.DivClassName
{
background-color: #DFD578;
}
.BgClassName
{
background-color: #DFD578;
}
</style>
border-color css
<style>
span { border-color: #DFD578; }
span { border-color: rgb(223,213,120); }
td.TdClassName
{
border-color: #DFD578;
}
.TagClassName
{
border-color: #DFD578;
}
</style>