Shades of Wild Rice #DBD376
Tints of Wild Rice #DBD376
RGB
CMYK
RGB Variations
Color information
#DBD376 (or 0xDBD376) is known color: Wild Rice. HEX triplet: DB, D3 and 76. RGB value is (219,211,118). Sum of RGB (Red+Green+Blue) = 219+211+118=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD376 is #242C89. Grayscale: #CBCBCB. Windows color (decimal): -2370698 or 7787483. OLE color: 7787483.
HSL color Cylindrical-coordinate representation of color #DBD376: hue angle of 55.25º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBD376 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 118 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.14 |
| HSL | 55.25º | 0.58% | 0.66% | - |
| HSV(B) | 55.25º | 0.46% | 0.86% | - |
| XYZ | 55.78 | 62.96 | 26.35 | - |
| YUV | 202.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 118 | 0 | 0.04 | 0.46 | 0.14 | 55.25 | 0.58 | 0.66 |
| Hex | DB | D3 | 76 | 0 | 4 | 2E | E | 37 | 3A | 42 |
| Octal | 333 | 323 | 166 | 0 | 4 | 56 | 16 | 67 | 72 | 102 |
| Binary | 11011011 | 11010011 | 1110110 | 0 | 100 | 101110 | 1110 | 110111 | 111010 | 1000010 |
Color Harmonies of #DBD376
Complementary color
Monochromatic Colors of #DBD376
Black with #DBD376
Text Example
Text Example
White with #DBD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD376; }
p { color: rgb(219,211,118); }
H1.HeaderClassName
{
color: #DBD376;
}
.AnyTagClassName
{
color: #DBD376;
}
</style>
background-color css
<style>
a { background-color: #DBD376; }
a { background-color: rgb(219,211,118); }
div.DivClassName
{
background-color: #DBD376;
}
.BgClassName
{
background-color: #DBD376;
}
</style>
border-color css
<style>
span { border-color: #DBD376; }
span { border-color: rgb(219,211,118); }
td.TdClassName
{
border-color: #DBD376;
}
.TagClassName
{
border-color: #DBD376;
}
</style>