Shades of Wild Rice #DFD276
Tints of Wild Rice #DFD276
RGB
CMYK
RGB Variations
Color information
#DFD276 (or 0xDFD276) is known color: Wild Rice. HEX triplet: DF, D2 and 76. RGB value is (223,210,118). Sum of RGB (Red+Green+Blue) = 223+210+118=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD276 is #202D89. Grayscale: #CBCBCB. Windows color (decimal): -2108810 or 7787231. OLE color: 7787231.
HSL color Cylindrical-coordinate representation of color #DFD276: hue angle of 52.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFD276 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 118 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.13 |
| HSL | 52.57º | 0.62% | 0.67% | - |
| HSV(B) | 52.57º | 0.47% | 0.87% | - |
| XYZ | 56.75 | 63.09 | 26.33 | - |
| YUV | 203.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 118 | 0 | 0.06 | 0.47 | 0.13 | 52.57 | 0.62 | 0.67 |
| Hex | DF | D2 | 76 | 0 | 6 | 2F | D | 35 | 3E | 43 |
| Octal | 337 | 322 | 166 | 0 | 6 | 57 | 15 | 65 | 76 | 103 |
| Binary | 11011111 | 11010010 | 1110110 | 0 | 110 | 101111 | 1101 | 110101 | 111110 | 1000011 |
Color Harmonies of #DFD276
Complementary color
Monochromatic Colors of #DFD276
Black with #DFD276
Text Example
Text Example
White with #DFD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD276; }
p { color: rgb(223,210,118); }
H1.HeaderClassName
{
color: #DFD276;
}
.AnyTagClassName
{
color: #DFD276;
}
</style>
background-color css
<style>
a { background-color: #DFD276; }
a { background-color: rgb(223,210,118); }
div.DivClassName
{
background-color: #DFD276;
}
.BgClassName
{
background-color: #DFD276;
}
</style>
border-color css
<style>
span { border-color: #DFD276; }
span { border-color: rgb(223,210,118); }
td.TdClassName
{
border-color: #DFD276;
}
.TagClassName
{
border-color: #DFD276;
}
</style>