Shades of Wild Rice #DFD678
Tints of Wild Rice #DFD678
RGB
CMYK
RGB Variations
Color information
#DFD678 (or 0xDFD678) is known color: Wild Rice. HEX triplet: DF, D6 and 78. RGB value is (223,214,120). Sum of RGB (Red+Green+Blue) = 223+214+120=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD678 is #202987. Grayscale: #CECECE. Windows color (decimal): -2107784 or 7919327. OLE color: 7919327.
HSL color Cylindrical-coordinate representation of color #DFD678: hue angle of 54.76º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFD678 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 120 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.13 |
| HSL | 54.76º | 0.62% | 0.67% | - |
| HSV(B) | 54.76º | 0.46% | 0.87% | - |
| XYZ | 57.87 | 65.14 | 27.29 | - |
| YUV | 205.98 | 79.48 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 120 | 0 | 0.04 | 0.46 | 0.13 | 54.76 | 0.62 | 0.67 |
| Hex | DF | D6 | 78 | 0 | 4 | 2E | D | 37 | 3E | 43 |
| Octal | 337 | 326 | 170 | 0 | 4 | 56 | 15 | 67 | 76 | 103 |
| Binary | 11011111 | 11010110 | 1111000 | 0 | 100 | 101110 | 1101 | 110111 | 111110 | 1000011 |
Color Harmonies of #DFD678
Complementary color
Monochromatic Colors of #DFD678
Black with #DFD678
Text Example
Text Example
White with #DFD678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD678; }
p { color: rgb(223,214,120); }
H1.HeaderClassName
{
color: #DFD678;
}
.AnyTagClassName
{
color: #DFD678;
}
</style>
background-color css
<style>
a { background-color: #DFD678; }
a { background-color: rgb(223,214,120); }
div.DivClassName
{
background-color: #DFD678;
}
.BgClassName
{
background-color: #DFD678;
}
</style>
border-color css
<style>
span { border-color: #DFD678; }
span { border-color: rgb(223,214,120); }
td.TdClassName
{
border-color: #DFD678;
}
.TagClassName
{
border-color: #DFD678;
}
</style>