Shades of Wild Rice #DBD371
Tints of Wild Rice #DBD371
RGB
CMYK
RGB Variations
Color information
#DBD371 (or 0xDBD371) is known color: Wild Rice. HEX triplet: DB, D3 and 71. RGB value is (219,211,113). Sum of RGB (Red+Green+Blue) = 219+211+113=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD371 is #242C8E. Grayscale: #CACACA. Windows color (decimal): -2370703 or 7459803. OLE color: 7459803.
HSL color Cylindrical-coordinate representation of color #DBD371: hue angle of 55.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBD371 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 113 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.14 |
| HSL | 55.47º | 0.6% | 0.65% | - |
| HSV(B) | 55.47º | 0.48% | 0.86% | - |
| XYZ | 55.49 | 62.84 | 24.83 | - |
| YUV | 202.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 113 | 0 | 0.04 | 0.48 | 0.14 | 55.47 | 0.6 | 0.65 |
| Hex | DB | D3 | 71 | 0 | 4 | 30 | E | 37 | 3C | 41 |
| Octal | 333 | 323 | 161 | 0 | 4 | 60 | 16 | 67 | 74 | 101 |
| Binary | 11011011 | 11010011 | 1110001 | 0 | 100 | 110000 | 1110 | 110111 | 111100 | 1000001 |
Color Harmonies of #DBD371
Complementary color
Monochromatic Colors of #DBD371
Black with #DBD371
Text Example
Text Example
White with #DBD371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD371; }
p { color: rgb(219,211,113); }
H1.HeaderClassName
{
color: #DBD371;
}
.AnyTagClassName
{
color: #DBD371;
}
</style>
background-color css
<style>
a { background-color: #DBD371; }
a { background-color: rgb(219,211,113); }
div.DivClassName
{
background-color: #DBD371;
}
.BgClassName
{
background-color: #DBD371;
}
</style>
border-color css
<style>
span { border-color: #DBD371; }
span { border-color: rgb(219,211,113); }
td.TdClassName
{
border-color: #DBD371;
}
.TagClassName
{
border-color: #DBD371;
}
</style>