Shades of Wild Rice #DFD078
Tints of Wild Rice #DFD078
RGB
CMYK
RGB Variations
Color information
#DFD078 (or 0xDFD078) is known color: Wild Rice. HEX triplet: DF, D0 and 78. RGB value is (223,208,120). Sum of RGB (Red+Green+Blue) = 223+208+120=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD078 is #202F87. Grayscale: #CACACA. Windows color (decimal): -2109320 or 7917791. OLE color: 7917791.
HSL color Cylindrical-coordinate representation of color #DFD078: hue angle of 51.26º 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 #DFD078 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 120 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.13 |
| HSL | 51.26º | 0.62% | 0.67% | - |
| HSV(B) | 51.26º | 0.46% | 0.87% | - |
| XYZ | 56.38 | 62.16 | 26.8 | - |
| YUV | 202.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 120 | 0 | 0.07 | 0.46 | 0.13 | 51.26 | 0.62 | 0.67 |
| Hex | DF | D0 | 78 | 0 | 7 | 2E | D | 33 | 3E | 43 |
| Octal | 337 | 320 | 170 | 0 | 7 | 56 | 15 | 63 | 76 | 103 |
| Binary | 11011111 | 11010000 | 1111000 | 0 | 111 | 101110 | 1101 | 110011 | 111110 | 1000011 |
Color Harmonies of #DFD078
Complementary color
Monochromatic Colors of #DFD078
Black with #DFD078
Text Example
Text Example
White with #DFD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD078; }
p { color: rgb(223,208,120); }
H1.HeaderClassName
{
color: #DFD078;
}
.AnyTagClassName
{
color: #DFD078;
}
</style>
background-color css
<style>
a { background-color: #DFD078; }
a { background-color: rgb(223,208,120); }
div.DivClassName
{
background-color: #DFD078;
}
.BgClassName
{
background-color: #DFD078;
}
</style>
border-color css
<style>
span { border-color: #DFD078; }
span { border-color: rgb(223,208,120); }
td.TdClassName
{
border-color: #DFD078;
}
.TagClassName
{
border-color: #DFD078;
}
</style>