Shades of Wild Rice #DFD67A
Tints of Wild Rice #DFD67A
RGB
CMYK
RGB Variations
Color information
#DFD67A (or 0xDFD67A) is known color: Wild Rice. HEX triplet: DF, D6 and 7A. RGB value is (223,214,122). Sum of RGB (Red+Green+Blue) = 223+214+122=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD67A is #202985. Grayscale: #CECECE. Windows color (decimal): -2107782 or 8050399. OLE color: 8050399.
HSL color Cylindrical-coordinate representation of color #DFD67A: hue angle of 54.65º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFD67A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 122 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.13 |
| HSL | 54.65º | 0.61% | 0.68% | - |
| HSV(B) | 54.65º | 0.45% | 0.87% | - |
| XYZ | 57.99 | 65.19 | 27.94 | - |
| YUV | 206.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 122 | 0 | 0.04 | 0.45 | 0.13 | 54.65 | 0.61 | 0.68 |
| Hex | DF | D6 | 7A | 0 | 4 | 2D | D | 37 | 3D | 44 |
| Octal | 337 | 326 | 172 | 0 | 4 | 55 | 15 | 67 | 75 | 104 |
| Binary | 11011111 | 11010110 | 1111010 | 0 | 100 | 101101 | 1101 | 110111 | 111101 | 1000100 |
Color Harmonies of #DFD67A
Complementary color
Monochromatic Colors of #DFD67A
Black with #DFD67A
Text Example
Text Example
White with #DFD67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD67A; }
p { color: rgb(223,214,122); }
H1.HeaderClassName
{
color: #DFD67A;
}
.AnyTagClassName
{
color: #DFD67A;
}
</style>
background-color css
<style>
a { background-color: #DFD67A; }
a { background-color: rgb(223,214,122); }
div.DivClassName
{
background-color: #DFD67A;
}
.BgClassName
{
background-color: #DFD67A;
}
</style>
border-color css
<style>
span { border-color: #DFD67A; }
span { border-color: rgb(223,214,122); }
td.TdClassName
{
border-color: #DFD67A;
}
.TagClassName
{
border-color: #DFD67A;
}
</style>