Shades of Wild Rice #DBD474
Tints of Wild Rice #DBD474
RGB
CMYK
RGB Variations
Color information
#DBD474 (or 0xDBD474) is known color: Wild Rice. HEX triplet: DB, D4 and 74. RGB value is (219,212,116). Sum of RGB (Red+Green+Blue) = 219+212+116=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD474 is #242B8B. Grayscale: #CBCBCB. Windows color (decimal): -2370444 or 7656667. OLE color: 7656667.
HSL color Cylindrical-coordinate representation of color #DBD474: hue angle of 55.92º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBD474 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 116 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.14 |
| HSL | 55.92º | 0.59% | 0.66% | - |
| HSV(B) | 55.92º | 0.47% | 0.86% | - |
| XYZ | 55.91 | 63.41 | 25.82 | - |
| YUV | 203.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 116 | 0 | 0.03 | 0.47 | 0.14 | 55.92 | 0.59 | 0.66 |
| Hex | DB | D4 | 74 | 0 | 3 | 2F | E | 38 | 3B | 42 |
| Octal | 333 | 324 | 164 | 0 | 3 | 57 | 16 | 70 | 73 | 102 |
| Binary | 11011011 | 11010100 | 1110100 | 0 | 11 | 101111 | 1110 | 111000 | 111011 | 1000010 |
Color Harmonies of #DBD474
Complementary color
Monochromatic Colors of #DBD474
Black with #DBD474
Text Example
Text Example
White with #DBD474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD474; }
p { color: rgb(219,212,116); }
H1.HeaderClassName
{
color: #DBD474;
}
.AnyTagClassName
{
color: #DBD474;
}
</style>
background-color css
<style>
a { background-color: #DBD474; }
a { background-color: rgb(219,212,116); }
div.DivClassName
{
background-color: #DBD474;
}
.BgClassName
{
background-color: #DBD474;
}
</style>
border-color css
<style>
span { border-color: #DBD474; }
span { border-color: rgb(219,212,116); }
td.TdClassName
{
border-color: #DBD474;
}
.TagClassName
{
border-color: #DBD474;
}
</style>