Shades of Wild Rice #DFD36B
Tints of Wild Rice #DFD36B
RGB
CMYK
RGB Variations
Color information
#DFD36B (or 0xDFD36B) is known color: Wild Rice. HEX triplet: DF, D3 and 6B. RGB value is (223,211,107). Sum of RGB (Red+Green+Blue) = 223+211+107=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD36B is #202C94. Grayscale: #CBCBCB. Windows color (decimal): -2108565 or 7066591. OLE color: 7066591.
HSL color Cylindrical-coordinate representation of color #DFD36B: hue angle of 53.79º 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 #DFD36B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 107 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.13 |
| HSL | 53.79º | 0.64% | 0.65% | - |
| HSV(B) | 53.79º | 0.52% | 0.87% | - |
| XYZ | 56.38 | 63.34 | 23.16 | - |
| YUV | 202.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 107 | 0 | 0.05 | 0.52 | 0.13 | 53.79 | 0.64 | 0.65 |
| Hex | DF | D3 | 6B | 0 | 5 | 34 | D | 36 | 40 | 41 |
| Octal | 337 | 323 | 153 | 0 | 5 | 64 | 15 | 66 | 100 | 101 |
| Binary | 11011111 | 11010011 | 1101011 | 0 | 101 | 110100 | 1101 | 110110 | 1000000 | 1000001 |
Color Harmonies of #DFD36B
Complementary color
Monochromatic Colors of #DFD36B
Black with #DFD36B
Text Example
Text Example
White with #DFD36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD36B; }
p { color: rgb(223,211,107); }
H1.HeaderClassName
{
color: #DFD36B;
}
.AnyTagClassName
{
color: #DFD36B;
}
</style>
background-color css
<style>
a { background-color: #DFD36B; }
a { background-color: rgb(223,211,107); }
div.DivClassName
{
background-color: #DFD36B;
}
.BgClassName
{
background-color: #DFD36B;
}
</style>
border-color css
<style>
span { border-color: #DFD36B; }
span { border-color: rgb(223,211,107); }
td.TdClassName
{
border-color: #DFD36B;
}
.TagClassName
{
border-color: #DFD36B;
}
</style>