Shades of Wild Rice #DBD377
Tints of Wild Rice #DBD377
RGB
CMYK
RGB Variations
Color information
#DBD377 (or 0xDBD377) is known color: Wild Rice. HEX triplet: DB, D3 and 77. RGB value is (219,211,119). Sum of RGB (Red+Green+Blue) = 219+211+119=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD377 is #242C88. Grayscale: #CBCBCB. Windows color (decimal): -2370697 or 7853019. OLE color: 7853019.
HSL color Cylindrical-coordinate representation of color #DBD377: hue angle of 55.2º 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 #DBD377 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 119 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.14 |
| HSL | 55.2º | 0.58% | 0.66% | - |
| HSV(B) | 55.2º | 0.46% | 0.86% | - |
| XYZ | 55.84 | 62.98 | 26.67 | - |
| YUV | 202.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 119 | 0 | 0.04 | 0.46 | 0.14 | 55.2 | 0.58 | 0.66 |
| Hex | DB | D3 | 77 | 0 | 4 | 2E | E | 37 | 3A | 42 |
| Octal | 333 | 323 | 167 | 0 | 4 | 56 | 16 | 67 | 72 | 102 |
| Binary | 11011011 | 11010011 | 1110111 | 0 | 100 | 101110 | 1110 | 110111 | 111010 | 1000010 |
Color Harmonies of #DBD377
Complementary color
Monochromatic Colors of #DBD377
Black with #DBD377
Text Example
Text Example
White with #DBD377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD377; }
p { color: rgb(219,211,119); }
H1.HeaderClassName
{
color: #DBD377;
}
.AnyTagClassName
{
color: #DBD377;
}
</style>
background-color css
<style>
a { background-color: #DBD377; }
a { background-color: rgb(219,211,119); }
div.DivClassName
{
background-color: #DBD377;
}
.BgClassName
{
background-color: #DBD377;
}
</style>
border-color css
<style>
span { border-color: #DBD377; }
span { border-color: rgb(219,211,119); }
td.TdClassName
{
border-color: #DBD377;
}
.TagClassName
{
border-color: #DBD377;
}
</style>