Shades of Wild Rice #DBD37A
Tints of Wild Rice #DBD37A
RGB
CMYK
RGB Variations
Color information
#DBD37A (or 0xDBD37A) is known color: Wild Rice. HEX triplet: DB, D3 and 7A. RGB value is (219,211,122). Sum of RGB (Red+Green+Blue) = 219+211+122=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD37A is #242C85. Grayscale: #CBCBCB. Windows color (decimal): -2370694 or 8049627. OLE color: 8049627.
HSL color Cylindrical-coordinate representation of color #DBD37A: hue angle of 55.05º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBD37A is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 122 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.14 |
| HSL | 55.05º | 0.57% | 0.67% | - |
| HSV(B) | 55.05º | 0.44% | 0.86% | - |
| XYZ | 56.02 | 63.05 | 27.63 | - |
| YUV | 203.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 122 | 0 | 0.04 | 0.44 | 0.14 | 55.05 | 0.57 | 0.67 |
| Hex | DB | D3 | 7A | 0 | 4 | 2C | E | 37 | 39 | 43 |
| Octal | 333 | 323 | 172 | 0 | 4 | 54 | 16 | 67 | 71 | 103 |
| Binary | 11011011 | 11010011 | 1111010 | 0 | 100 | 101100 | 1110 | 110111 | 111001 | 1000011 |
Color Harmonies of #DBD37A
Complementary color
Monochromatic Colors of #DBD37A
Black with #DBD37A
Text Example
Text Example
White with #DBD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD37A; }
p { color: rgb(219,211,122); }
H1.HeaderClassName
{
color: #DBD37A;
}
.AnyTagClassName
{
color: #DBD37A;
}
</style>
background-color css
<style>
a { background-color: #DBD37A; }
a { background-color: rgb(219,211,122); }
div.DivClassName
{
background-color: #DBD37A;
}
.BgClassName
{
background-color: #DBD37A;
}
</style>
border-color css
<style>
span { border-color: #DBD37A; }
span { border-color: rgb(219,211,122); }
td.TdClassName
{
border-color: #DBD37A;
}
.TagClassName
{
border-color: #DBD37A;
}
</style>