Shades of Wild Rice #DFD27C
Tints of Wild Rice #DFD27C
RGB
CMYK
RGB Variations
Color information
#DFD27C (or 0xDFD27C) is known color: Wild Rice. HEX triplet: DF, D2 and 7C. RGB value is (223,210,124). Sum of RGB (Red+Green+Blue) = 223+210+124=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD27C is #202D83. Grayscale: #CCCCCC. Windows color (decimal): -2108804 or 8180447. OLE color: 8180447.
HSL color Cylindrical-coordinate representation of color #DFD27C: hue angle of 52.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFD27C is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 124 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.13 |
| HSL | 52.12º | 0.61% | 0.68% | - |
| HSV(B) | 52.12º | 0.44% | 0.87% | - |
| XYZ | 57.12 | 63.24 | 28.26 | - |
| YUV | 204.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 124 | 0 | 0.06 | 0.44 | 0.13 | 52.12 | 0.61 | 0.68 |
| Hex | DF | D2 | 7C | 0 | 6 | 2C | D | 34 | 3D | 44 |
| Octal | 337 | 322 | 174 | 0 | 6 | 54 | 15 | 64 | 75 | 104 |
| Binary | 11011111 | 11010010 | 1111100 | 0 | 110 | 101100 | 1101 | 110100 | 111101 | 1000100 |
Color Harmonies of #DFD27C
Complementary color
Monochromatic Colors of #DFD27C
Black with #DFD27C
Text Example
Text Example
White with #DFD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD27C; }
p { color: rgb(223,210,124); }
H1.HeaderClassName
{
color: #DFD27C;
}
.AnyTagClassName
{
color: #DFD27C;
}
</style>
background-color css
<style>
a { background-color: #DFD27C; }
a { background-color: rgb(223,210,124); }
div.DivClassName
{
background-color: #DFD27C;
}
.BgClassName
{
background-color: #DFD27C;
}
</style>
border-color css
<style>
span { border-color: #DFD27C; }
span { border-color: rgb(223,210,124); }
td.TdClassName
{
border-color: #DFD27C;
}
.TagClassName
{
border-color: #DFD27C;
}
</style>