Shades of Wild Rice #DBD47A
Tints of Wild Rice #DBD47A
RGB
CMYK
RGB Variations
Color information
#DBD47A (or 0xDBD47A) is known color: Wild Rice. HEX triplet: DB, D4 and 7A. RGB value is (219,212,122). Sum of RGB (Red+Green+Blue) = 219+212+122=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD47A is #242B85. Grayscale: #CCCCCC. Windows color (decimal): -2370438 or 8049883. OLE color: 8049883.
HSL color Cylindrical-coordinate representation of color #DBD47A: hue angle of 55.67º 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 #DBD47A is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 122 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.14 |
| HSL | 55.67º | 0.57% | 0.67% | - |
| HSV(B) | 55.67º | 0.44% | 0.86% | - |
| XYZ | 56.27 | 63.55 | 27.71 | - |
| YUV | 203.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 122 | 0 | 0.03 | 0.44 | 0.14 | 55.67 | 0.57 | 0.67 |
| Hex | DB | D4 | 7A | 0 | 3 | 2C | E | 38 | 39 | 43 |
| Octal | 333 | 324 | 172 | 0 | 3 | 54 | 16 | 70 | 71 | 103 |
| Binary | 11011011 | 11010100 | 1111010 | 0 | 11 | 101100 | 1110 | 111000 | 111001 | 1000011 |
Color Harmonies of #DBD47A
Complementary color
Monochromatic Colors of #DBD47A
Black with #DBD47A
Text Example
Text Example
White with #DBD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD47A; }
p { color: rgb(219,212,122); }
H1.HeaderClassName
{
color: #DBD47A;
}
.AnyTagClassName
{
color: #DBD47A;
}
</style>
background-color css
<style>
a { background-color: #DBD47A; }
a { background-color: rgb(219,212,122); }
div.DivClassName
{
background-color: #DBD47A;
}
.BgClassName
{
background-color: #DBD47A;
}
</style>
border-color css
<style>
span { border-color: #DBD47A; }
span { border-color: rgb(219,212,122); }
td.TdClassName
{
border-color: #DBD47A;
}
.TagClassName
{
border-color: #DBD47A;
}
</style>