Shades of Wild Rice #DFD271
Tints of Wild Rice #DFD271
RGB
CMYK
RGB Variations
Color information
#DFD271 (or 0xDFD271) is known color: Wild Rice. HEX triplet: DF, D2 and 71. RGB value is (223,210,113). Sum of RGB (Red+Green+Blue) = 223+210+113=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD271 is #202D8E. Grayscale: #CBCBCB. Windows color (decimal): -2108815 or 7459551. OLE color: 7459551.
HSL color Cylindrical-coordinate representation of color #DFD271: hue angle of 52.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFD271 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 113 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.13 |
| HSL | 52.91º | 0.63% | 0.66% | - |
| HSV(B) | 52.91º | 0.49% | 0.87% | - |
| XYZ | 56.46 | 62.97 | 24.8 | - |
| YUV | 202.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 113 | 0 | 0.06 | 0.49 | 0.13 | 52.91 | 0.63 | 0.66 |
| Hex | DF | D2 | 71 | 0 | 6 | 31 | D | 35 | 3F | 42 |
| Octal | 337 | 322 | 161 | 0 | 6 | 61 | 15 | 65 | 77 | 102 |
| Binary | 11011111 | 11010010 | 1110001 | 0 | 110 | 110001 | 1101 | 110101 | 111111 | 1000010 |
Color Harmonies of #DFD271
Complementary color
Monochromatic Colors of #DFD271
Black with #DFD271
Text Example
Text Example
White with #DFD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD271; }
p { color: rgb(223,210,113); }
H1.HeaderClassName
{
color: #DFD271;
}
.AnyTagClassName
{
color: #DFD271;
}
</style>
background-color css
<style>
a { background-color: #DFD271; }
a { background-color: rgb(223,210,113); }
div.DivClassName
{
background-color: #DFD271;
}
.BgClassName
{
background-color: #DFD271;
}
</style>
border-color css
<style>
span { border-color: #DFD271; }
span { border-color: rgb(223,210,113); }
td.TdClassName
{
border-color: #DFD271;
}
.TagClassName
{
border-color: #DFD271;
}
</style>