Shades of Wild Rice #DBD47C
Tints of Wild Rice #DBD47C
RGB
CMYK
RGB Variations
Color information
#DBD47C (or 0xDBD47C) is known color: Wild Rice. HEX triplet: DB, D4 and 7C. RGB value is (219,212,124). Sum of RGB (Red+Green+Blue) = 219+212+124=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD47C is #242B83. Grayscale: #CCCCCC. Windows color (decimal): -2370436 or 8180955. OLE color: 8180955.
HSL color Cylindrical-coordinate representation of color #DBD47C: hue angle of 55.58º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBD47C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 124 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.14 |
| HSL | 55.58º | 0.57% | 0.67% | - |
| HSV(B) | 55.58º | 0.43% | 0.86% | - |
| XYZ | 56.39 | 63.6 | 28.37 | - |
| YUV | 204.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 124 | 0 | 0.03 | 0.43 | 0.14 | 55.58 | 0.57 | 0.67 |
| Hex | DB | D4 | 7C | 0 | 3 | 2B | E | 38 | 39 | 43 |
| Octal | 333 | 324 | 174 | 0 | 3 | 53 | 16 | 70 | 71 | 103 |
| Binary | 11011011 | 11010100 | 1111100 | 0 | 11 | 101011 | 1110 | 111000 | 111001 | 1000011 |
Color Harmonies of #DBD47C
Complementary color
Monochromatic Colors of #DBD47C
Black with #DBD47C
Text Example
Text Example
White with #DBD47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD47C; }
p { color: rgb(219,212,124); }
H1.HeaderClassName
{
color: #DBD47C;
}
.AnyTagClassName
{
color: #DBD47C;
}
</style>
background-color css
<style>
a { background-color: #DBD47C; }
a { background-color: rgb(219,212,124); }
div.DivClassName
{
background-color: #DBD47C;
}
.BgClassName
{
background-color: #DBD47C;
}
</style>
border-color css
<style>
span { border-color: #DBD47C; }
span { border-color: rgb(219,212,124); }
td.TdClassName
{
border-color: #DBD47C;
}
.TagClassName
{
border-color: #DBD47C;
}
</style>