Shades of Wild Rice #DFD77B
Tints of Wild Rice #DFD77B
RGB
CMYK
RGB Variations
Color information
#DFD77B (or 0xDFD77B) is known color: Wild Rice. HEX triplet: DF, D7 and 7B. RGB value is (223,215,123). Sum of RGB (Red+Green+Blue) = 223+215+123=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD77B is #202884. Grayscale: #CFCFCF. Windows color (decimal): -2107525 or 8116191. OLE color: 8116191.
HSL color Cylindrical-coordinate representation of color #DFD77B: hue angle of 55.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFD77B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 123 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.13 |
| HSL | 55.2º | 0.61% | 0.68% | - |
| HSV(B) | 55.2º | 0.45% | 0.87% | - |
| XYZ | 58.31 | 65.72 | 28.35 | - |
| YUV | 206.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 123 | 0 | 0.04 | 0.45 | 0.13 | 55.2 | 0.61 | 0.68 |
| Hex | DF | D7 | 7B | 0 | 4 | 2D | D | 37 | 3D | 44 |
| Octal | 337 | 327 | 173 | 0 | 4 | 55 | 15 | 67 | 75 | 104 |
| Binary | 11011111 | 11010111 | 1111011 | 0 | 100 | 101101 | 1101 | 110111 | 111101 | 1000100 |
Color Harmonies of #DFD77B
Complementary color
Monochromatic Colors of #DFD77B
Black with #DFD77B
Text Example
Text Example
White with #DFD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD77B; }
p { color: rgb(223,215,123); }
H1.HeaderClassName
{
color: #DFD77B;
}
.AnyTagClassName
{
color: #DFD77B;
}
</style>
background-color css
<style>
a { background-color: #DFD77B; }
a { background-color: rgb(223,215,123); }
div.DivClassName
{
background-color: #DFD77B;
}
.BgClassName
{
background-color: #DFD77B;
}
</style>
border-color css
<style>
span { border-color: #DFD77B; }
span { border-color: rgb(223,215,123); }
td.TdClassName
{
border-color: #DFD77B;
}
.TagClassName
{
border-color: #DFD77B;
}
</style>