Shades of Wild Rice #DFD67B
Tints of Wild Rice #DFD67B
RGB
CMYK
RGB Variations
Color information
#DFD67B (or 0xDFD67B) is known color: Wild Rice. HEX triplet: DF, D6 and 7B. RGB value is (223,214,123). Sum of RGB (Red+Green+Blue) = 223+214+123=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD67B is #202984. Grayscale: #CECECE. Windows color (decimal): -2107781 or 8115935. OLE color: 8115935.
HSL color Cylindrical-coordinate representation of color #DFD67B: hue angle of 54.6º 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 #DFD67B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 214 | 123 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.13 |
| HSL | 54.6º | 0.61% | 0.68% | - |
| HSV(B) | 54.6º | 0.45% | 0.87% | - |
| XYZ | 58.05 | 65.21 | 28.27 | - |
| YUV | 206.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 214 | 123 | 0 | 0.04 | 0.45 | 0.13 | 54.6 | 0.61 | 0.68 |
| Hex | DF | D6 | 7B | 0 | 4 | 2D | D | 37 | 3D | 44 |
| Octal | 337 | 326 | 173 | 0 | 4 | 55 | 15 | 67 | 75 | 104 |
| Binary | 11011111 | 11010110 | 1111011 | 0 | 100 | 101101 | 1101 | 110111 | 111101 | 1000100 |
Color Harmonies of #DFD67B
Complementary color
Monochromatic Colors of #DFD67B
Black with #DFD67B
Text Example
Text Example
White with #DFD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD67B; }
p { color: rgb(223,214,123); }
H1.HeaderClassName
{
color: #DFD67B;
}
.AnyTagClassName
{
color: #DFD67B;
}
</style>
background-color css
<style>
a { background-color: #DFD67B; }
a { background-color: rgb(223,214,123); }
div.DivClassName
{
background-color: #DFD67B;
}
.BgClassName
{
background-color: #DFD67B;
}
</style>
border-color css
<style>
span { border-color: #DFD67B; }
span { border-color: rgb(223,214,123); }
td.TdClassName
{
border-color: #DFD67B;
}
.TagClassName
{
border-color: #DFD67B;
}
</style>