Shades of Wild Rice #DFD675
Tints of Wild Rice #DFD675
RGB
CMYK
RGB Variations
Color information
#DFD675 (or 0xDFD675) is known color: Wild Rice. HEX triplet: DF, D6 and 75. RGB value is (223,214,117). Sum of RGB (Red+Green+Blue) = 223+214+117=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD675 is #20298A. Grayscale: #CECECE. Windows color (decimal): -2107787 or 7722719. OLE color: 7722719.
HSL color Cylindrical-coordinate representation of color #DFD675: hue angle of 54.91º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFD675 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 117 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.13 |
| HSL | 54.91º | 0.62% | 0.67% | - |
| HSV(B) | 54.91º | 0.48% | 0.87% | - |
| XYZ | 57.69 | 65.07 | 26.35 | - |
| YUV | 205.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 117 | 0 | 0.04 | 0.48 | 0.13 | 54.91 | 0.62 | 0.67 |
| Hex | DF | D6 | 75 | 0 | 4 | 30 | D | 37 | 3E | 43 |
| Octal | 337 | 326 | 165 | 0 | 4 | 60 | 15 | 67 | 76 | 103 |
| Binary | 11011111 | 11010110 | 1110101 | 0 | 100 | 110000 | 1101 | 110111 | 111110 | 1000011 |
Color Harmonies of #DFD675
Complementary color
Monochromatic Colors of #DFD675
Black with #DFD675
Text Example
Text Example
White with #DFD675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD675; }
p { color: rgb(223,214,117); }
H1.HeaderClassName
{
color: #DFD675;
}
.AnyTagClassName
{
color: #DFD675;
}
</style>
background-color css
<style>
a { background-color: #DFD675; }
a { background-color: rgb(223,214,117); }
div.DivClassName
{
background-color: #DFD675;
}
.BgClassName
{
background-color: #DFD675;
}
</style>
border-color css
<style>
span { border-color: #DFD675; }
span { border-color: rgb(223,214,117); }
td.TdClassName
{
border-color: #DFD675;
}
.TagClassName
{
border-color: #DFD675;
}
</style>