Shades of Wild Rice #DFD46B
Tints of Wild Rice #DFD46B
RGB
CMYK
RGB Variations
Color information
#DFD46B (or 0xDFD46B) is known color: Wild Rice. HEX triplet: DF, D4 and 6B. RGB value is (223,212,107). Sum of RGB (Red+Green+Blue) = 223+212+107=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD46B is #202B94. Grayscale: #CBCBCB. Windows color (decimal): -2108309 or 7066847. OLE color: 7066847.
HSL color Cylindrical-coordinate representation of color #DFD46B: hue angle of 54.31º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFD46B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 107 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.13 |
| HSL | 54.31º | 0.64% | 0.65% | - |
| HSV(B) | 54.31º | 0.52% | 0.87% | - |
| XYZ | 56.63 | 63.84 | 23.25 | - |
| YUV | 203.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 107 | 0 | 0.05 | 0.52 | 0.13 | 54.31 | 0.64 | 0.65 |
| Hex | DF | D4 | 6B | 0 | 5 | 34 | D | 36 | 40 | 41 |
| Octal | 337 | 324 | 153 | 0 | 5 | 64 | 15 | 66 | 100 | 101 |
| Binary | 11011111 | 11010100 | 1101011 | 0 | 101 | 110100 | 1101 | 110110 | 1000000 | 1000001 |
Color Harmonies of #DFD46B
Complementary color
Monochromatic Colors of #DFD46B
Black with #DFD46B
Text Example
Text Example
White with #DFD46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD46B; }
p { color: rgb(223,212,107); }
H1.HeaderClassName
{
color: #DFD46B;
}
.AnyTagClassName
{
color: #DFD46B;
}
</style>
background-color css
<style>
a { background-color: #DFD46B; }
a { background-color: rgb(223,212,107); }
div.DivClassName
{
background-color: #DFD46B;
}
.BgClassName
{
background-color: #DFD46B;
}
</style>
border-color css
<style>
span { border-color: #DFD46B; }
span { border-color: rgb(223,212,107); }
td.TdClassName
{
border-color: #DFD46B;
}
.TagClassName
{
border-color: #DFD46B;
}
</style>