Shades of Wild Rice #DFD67F
Tints of Wild Rice #DFD67F
RGB
CMYK
RGB Variations
Color information
#DFD67F (or 0xDFD67F) is known color: Wild Rice. HEX triplet: DF, D6 and 7F. RGB value is (223,214,127). Sum of RGB (Red+Green+Blue) = 223+214+127=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD67F is #202980. Grayscale: #CFCFCF. Windows color (decimal): -2107777 or 8378079. OLE color: 8378079.
HSL color Cylindrical-coordinate representation of color #DFD67F: hue angle of 54.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD67F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 127 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.13 |
| HSL | 54.38º | 0.6% | 0.69% | - |
| HSV(B) | 54.38º | 0.43% | 0.87% | - |
| XYZ | 58.31 | 65.31 | 29.61 | - |
| YUV | 206.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 127 | 0 | 0.04 | 0.43 | 0.13 | 54.38 | 0.6 | 0.69 |
| Hex | DF | D6 | 7F | 0 | 4 | 2B | D | 36 | 3C | 45 |
| Octal | 337 | 326 | 177 | 0 | 4 | 53 | 15 | 66 | 74 | 105 |
| Binary | 11011111 | 11010110 | 1111111 | 0 | 100 | 101011 | 1101 | 110110 | 111100 | 1000101 |
Color Harmonies of #DFD67F
Complementary color
Monochromatic Colors of #DFD67F
Black with #DFD67F
Text Example
Text Example
White with #DFD67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD67F; }
p { color: rgb(223,214,127); }
H1.HeaderClassName
{
color: #DFD67F;
}
.AnyTagClassName
{
color: #DFD67F;
}
</style>
background-color css
<style>
a { background-color: #DFD67F; }
a { background-color: rgb(223,214,127); }
div.DivClassName
{
background-color: #DFD67F;
}
.BgClassName
{
background-color: #DFD67F;
}
</style>
border-color css
<style>
span { border-color: #DFD67F; }
span { border-color: rgb(223,214,127); }
td.TdClassName
{
border-color: #DFD67F;
}
.TagClassName
{
border-color: #DFD67F;
}
</style>