Shades of Wild Rice #DBD276
Tints of Wild Rice #DBD276
RGB
CMYK
RGB Variations
Color information
#DBD276 (or 0xDBD276) is known color: Wild Rice. HEX triplet: DB, D2 and 76. RGB value is (219,210,118). Sum of RGB (Red+Green+Blue) = 219+210+118=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD276 is #242D89. Grayscale: #CACACA. Windows color (decimal): -2370954 or 7787227. OLE color: 7787227.
HSL color Cylindrical-coordinate representation of color #DBD276: hue angle of 54.65º 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 #DBD276 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 118 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.14 |
| HSL | 54.65º | 0.58% | 0.66% | - |
| HSV(B) | 54.65º | 0.46% | 0.86% | - |
| XYZ | 55.53 | 62.46 | 26.27 | - |
| YUV | 202.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 118 | 0 | 0.04 | 0.46 | 0.14 | 54.65 | 0.58 | 0.66 |
| Hex | DB | D2 | 76 | 0 | 4 | 2E | E | 37 | 3A | 42 |
| Octal | 333 | 322 | 166 | 0 | 4 | 56 | 16 | 67 | 72 | 102 |
| Binary | 11011011 | 11010010 | 1110110 | 0 | 100 | 101110 | 1110 | 110111 | 111010 | 1000010 |
Color Harmonies of #DBD276
Complementary color
Monochromatic Colors of #DBD276
Black with #DBD276
Text Example
Text Example
White with #DBD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD276; }
p { color: rgb(219,210,118); }
H1.HeaderClassName
{
color: #DBD276;
}
.AnyTagClassName
{
color: #DBD276;
}
</style>
background-color css
<style>
a { background-color: #DBD276; }
a { background-color: rgb(219,210,118); }
div.DivClassName
{
background-color: #DBD276;
}
.BgClassName
{
background-color: #DBD276;
}
</style>
border-color css
<style>
span { border-color: #DBD276; }
span { border-color: rgb(219,210,118); }
td.TdClassName
{
border-color: #DBD276;
}
.TagClassName
{
border-color: #DBD276;
}
</style>