Shades of Wild Rice #DFD577
Tints of Wild Rice #DFD577
RGB
CMYK
RGB Variations
Color information
#DFD577 (or 0xDFD577) is known color: Wild Rice. HEX triplet: DF, D5 and 77. RGB value is (223,213,119). Sum of RGB (Red+Green+Blue) = 223+213+119=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD577 is #202A88. Grayscale: #CDCDCD. Windows color (decimal): -2108041 or 7853535. OLE color: 7853535.
HSL color Cylindrical-coordinate representation of color #DFD577: hue angle of 54.23º 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 #DFD577 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 119 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.13 |
| HSL | 54.23º | 0.62% | 0.67% | - |
| HSV(B) | 54.23º | 0.47% | 0.87% | - |
| XYZ | 57.56 | 64.61 | 26.89 | - |
| YUV | 205.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 119 | 0 | 0.04 | 0.47 | 0.13 | 54.23 | 0.62 | 0.67 |
| Hex | DF | D5 | 77 | 0 | 4 | 2F | D | 36 | 3E | 43 |
| Octal | 337 | 325 | 167 | 0 | 4 | 57 | 15 | 66 | 76 | 103 |
| Binary | 11011111 | 11010101 | 1110111 | 0 | 100 | 101111 | 1101 | 110110 | 111110 | 1000011 |
Color Harmonies of #DFD577
Complementary color
Monochromatic Colors of #DFD577
Black with #DFD577
Text Example
Text Example
White with #DFD577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD577; }
p { color: rgb(223,213,119); }
H1.HeaderClassName
{
color: #DFD577;
}
.AnyTagClassName
{
color: #DFD577;
}
</style>
background-color css
<style>
a { background-color: #DFD577; }
a { background-color: rgb(223,213,119); }
div.DivClassName
{
background-color: #DFD577;
}
.BgClassName
{
background-color: #DFD577;
}
</style>
border-color css
<style>
span { border-color: #DFD577; }
span { border-color: rgb(223,213,119); }
td.TdClassName
{
border-color: #DFD577;
}
.TagClassName
{
border-color: #DFD577;
}
</style>