Shades of Wild Rice #DBD373
Tints of Wild Rice #DBD373
RGB
CMYK
RGB Variations
Color information
#DBD373 (or 0xDBD373) is known color: Wild Rice. HEX triplet: DB, D3 and 73. RGB value is (219,211,115). Sum of RGB (Red+Green+Blue) = 219+211+115=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD373 is #242C8C. Grayscale: #CACACA. Windows color (decimal): -2370701 or 7590875. OLE color: 7590875.
HSL color Cylindrical-coordinate representation of color #DBD373: hue angle of 55.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBD373 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 115 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.14 |
| HSL | 55.38º | 0.59% | 0.65% | - |
| HSV(B) | 55.38º | 0.47% | 0.86% | - |
| XYZ | 55.6 | 62.89 | 25.43 | - |
| YUV | 202.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 115 | 0 | 0.04 | 0.47 | 0.14 | 55.38 | 0.59 | 0.65 |
| Hex | DB | D3 | 73 | 0 | 4 | 2F | E | 37 | 3B | 41 |
| Octal | 333 | 323 | 163 | 0 | 4 | 57 | 16 | 67 | 73 | 101 |
| Binary | 11011011 | 11010011 | 1110011 | 0 | 100 | 101111 | 1110 | 110111 | 111011 | 1000001 |
Color Harmonies of #DBD373
Complementary color
Monochromatic Colors of #DBD373
Black with #DBD373
Text Example
Text Example
White with #DBD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD373; }
p { color: rgb(219,211,115); }
H1.HeaderClassName
{
color: #DBD373;
}
.AnyTagClassName
{
color: #DBD373;
}
</style>
background-color css
<style>
a { background-color: #DBD373; }
a { background-color: rgb(219,211,115); }
div.DivClassName
{
background-color: #DBD373;
}
.BgClassName
{
background-color: #DBD373;
}
</style>
border-color css
<style>
span { border-color: #DBD373; }
span { border-color: rgb(219,211,115); }
td.TdClassName
{
border-color: #DBD373;
}
.TagClassName
{
border-color: #DBD373;
}
</style>