Shades of Wild Rice #DFD57B
Tints of Wild Rice #DFD57B
RGB
CMYK
RGB Variations
Color information
#DFD57B (or 0xDFD57B) is known color: Wild Rice. HEX triplet: DF, D5 and 7B. RGB value is (223,213,123). Sum of RGB (Red+Green+Blue) = 223+213+123=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD57B is #202A84. Grayscale: #CECECE. Windows color (decimal): -2108037 or 8115679. OLE color: 8115679.
HSL color Cylindrical-coordinate representation of color #DFD57B: hue angle of 54º 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 #DFD57B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 123 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.13 |
| HSL | 54º | 0.61% | 0.68% | - |
| HSV(B) | 54º | 0.45% | 0.87% | - |
| XYZ | 57.8 | 64.71 | 28.18 | - |
| YUV | 205.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 123 | 0 | 0.04 | 0.45 | 0.13 | 54 | 0.61 | 0.68 |
| Hex | DF | D5 | 7B | 0 | 4 | 2D | D | 36 | 3D | 44 |
| Octal | 337 | 325 | 173 | 0 | 4 | 55 | 15 | 66 | 75 | 104 |
| Binary | 11011111 | 11010101 | 1111011 | 0 | 100 | 101101 | 1101 | 110110 | 111101 | 1000100 |
Color Harmonies of #DFD57B
Complementary color
Monochromatic Colors of #DFD57B
Black with #DFD57B
Text Example
Text Example
White with #DFD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD57B; }
p { color: rgb(223,213,123); }
H1.HeaderClassName
{
color: #DFD57B;
}
.AnyTagClassName
{
color: #DFD57B;
}
</style>
background-color css
<style>
a { background-color: #DFD57B; }
a { background-color: rgb(223,213,123); }
div.DivClassName
{
background-color: #DFD57B;
}
.BgClassName
{
background-color: #DFD57B;
}
</style>
border-color css
<style>
span { border-color: #DFD57B; }
span { border-color: rgb(223,213,123); }
td.TdClassName
{
border-color: #DFD57B;
}
.TagClassName
{
border-color: #DFD57B;
}
</style>