Shades of Wild Rice #DFD477
Tints of Wild Rice #DFD477
RGB
CMYK
RGB Variations
Color information
#DFD477 (or 0xDFD477) is known color: Wild Rice. HEX triplet: DF, D4 and 77. RGB value is (223,212,119). Sum of RGB (Red+Green+Blue) = 223+212+119=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD477 is #202B88. Grayscale: #CDCDCD. Windows color (decimal): -2108297 or 7853279. OLE color: 7853279.
HSL color Cylindrical-coordinate representation of color #DFD477: hue angle of 53.65º 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 #DFD477 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 119 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.13 |
| HSL | 53.65º | 0.62% | 0.67% | - |
| HSV(B) | 53.65º | 0.47% | 0.87% | - |
| XYZ | 57.3 | 64.11 | 26.81 | - |
| YUV | 204.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 119 | 0 | 0.05 | 0.47 | 0.13 | 53.65 | 0.62 | 0.67 |
| Hex | DF | D4 | 77 | 0 | 5 | 2F | D | 36 | 3E | 43 |
| Octal | 337 | 324 | 167 | 0 | 5 | 57 | 15 | 66 | 76 | 103 |
| Binary | 11011111 | 11010100 | 1110111 | 0 | 101 | 101111 | 1101 | 110110 | 111110 | 1000011 |
Color Harmonies of #DFD477
Complementary color
Monochromatic Colors of #DFD477
Black with #DFD477
Text Example
Text Example
White with #DFD477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD477; }
p { color: rgb(223,212,119); }
H1.HeaderClassName
{
color: #DFD477;
}
.AnyTagClassName
{
color: #DFD477;
}
</style>
background-color css
<style>
a { background-color: #DFD477; }
a { background-color: rgb(223,212,119); }
div.DivClassName
{
background-color: #DFD477;
}
.BgClassName
{
background-color: #DFD477;
}
</style>
border-color css
<style>
span { border-color: #DFD477; }
span { border-color: rgb(223,212,119); }
td.TdClassName
{
border-color: #DFD477;
}
.TagClassName
{
border-color: #DFD477;
}
</style>