Shades of Wild Rice #DFD572
Tints of Wild Rice #DFD572
RGB
CMYK
RGB Variations
Color information
#DFD572 (or 0xDFD572) is known color: Wild Rice. HEX triplet: DF, D5 and 72. RGB value is (223,213,114). Sum of RGB (Red+Green+Blue) = 223+213+114=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD572 is #202A8D. Grayscale: #CDCDCD. Windows color (decimal): -2108046 or 7525855. OLE color: 7525855.
HSL color Cylindrical-coordinate representation of color #DFD572: hue angle of 54.5º 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 #DFD572 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 114 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.13 |
| HSL | 54.5º | 0.63% | 0.66% | - |
| HSV(B) | 54.5º | 0.49% | 0.87% | - |
| XYZ | 57.26 | 64.49 | 25.35 | - |
| YUV | 204.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 114 | 0 | 0.04 | 0.49 | 0.13 | 54.5 | 0.63 | 0.66 |
| Hex | DF | D5 | 72 | 0 | 4 | 31 | D | 36 | 3F | 42 |
| Octal | 337 | 325 | 162 | 0 | 4 | 61 | 15 | 66 | 77 | 102 |
| Binary | 11011111 | 11010101 | 1110010 | 0 | 100 | 110001 | 1101 | 110110 | 111111 | 1000010 |
Color Harmonies of #DFD572
Complementary color
Monochromatic Colors of #DFD572
Black with #DFD572
Text Example
Text Example
White with #DFD572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD572; }
p { color: rgb(223,213,114); }
H1.HeaderClassName
{
color: #DFD572;
}
.AnyTagClassName
{
color: #DFD572;
}
</style>
background-color css
<style>
a { background-color: #DFD572; }
a { background-color: rgb(223,213,114); }
div.DivClassName
{
background-color: #DFD572;
}
.BgClassName
{
background-color: #DFD572;
}
</style>
border-color css
<style>
span { border-color: #DFD572; }
span { border-color: rgb(223,213,114); }
td.TdClassName
{
border-color: #DFD572;
}
.TagClassName
{
border-color: #DFD572;
}
</style>