Shades of Wild Rice #DFD270
Tints of Wild Rice #DFD270
RGB
CMYK
RGB Variations
Color information
#DFD270 (or 0xDFD270) is known color: Wild Rice. HEX triplet: DF, D2 and 70. RGB value is (223,210,112). Sum of RGB (Red+Green+Blue) = 223+210+112=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD270 is #202D8F. Grayscale: #CBCBCB. Windows color (decimal): -2108816 or 7394015. OLE color: 7394015.
HSL color Cylindrical-coordinate representation of color #DFD270: hue angle of 52.97º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFD270 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 112 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.13 |
| HSL | 52.97º | 0.63% | 0.66% | - |
| HSV(B) | 52.97º | 0.5% | 0.87% | - |
| XYZ | 56.4 | 62.95 | 24.51 | - |
| YUV | 202.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 112 | 0 | 0.06 | 0.50 | 0.13 | 52.97 | 0.63 | 0.66 |
| Hex | DF | D2 | 70 | 0 | 6 | 32 | D | 35 | 3F | 42 |
| Octal | 337 | 322 | 160 | 0 | 6 | 62 | 15 | 65 | 77 | 102 |
| Binary | 11011111 | 11010010 | 1110000 | 0 | 110 | 110010 | 1101 | 110101 | 111111 | 1000010 |
Color Harmonies of #DFD270
Complementary color
Monochromatic Colors of #DFD270
Black with #DFD270
Text Example
Text Example
White with #DFD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD270; }
p { color: rgb(223,210,112); }
H1.HeaderClassName
{
color: #DFD270;
}
.AnyTagClassName
{
color: #DFD270;
}
</style>
background-color css
<style>
a { background-color: #DFD270; }
a { background-color: rgb(223,210,112); }
div.DivClassName
{
background-color: #DFD270;
}
.BgClassName
{
background-color: #DFD270;
}
</style>
border-color css
<style>
span { border-color: #DFD270; }
span { border-color: rgb(223,210,112); }
td.TdClassName
{
border-color: #DFD270;
}
.TagClassName
{
border-color: #DFD270;
}
</style>