Shades of Wild Rice #DBD06D
Tints of Wild Rice #DBD06D
RGB
CMYK
RGB Variations
Color information
#DBD06D (or 0xDBD06D) is known color: Wild Rice. HEX triplet: DB, D0 and 6D. RGB value is (219,208,109). Sum of RGB (Red+Green+Blue) = 219+208+109=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD06D is #242F92. Grayscale: #C8C8C8. Windows color (decimal): -2371475 or 7196891. OLE color: 7196891.
HSL color Cylindrical-coordinate representation of color #DBD06D: hue angle of 54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBD06D is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 109 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.14 |
| HSL | 54º | 0.6% | 0.64% | - |
| HSV(B) | 54º | 0.5% | 0.86% | - |
| XYZ | 54.53 | 61.28 | 23.42 | - |
| YUV | 200 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 109 | 0 | 0.05 | 0.50 | 0.14 | 54 | 0.6 | 0.64 |
| Hex | DB | D0 | 6D | 0 | 5 | 32 | E | 36 | 3C | 40 |
| Octal | 333 | 320 | 155 | 0 | 5 | 62 | 16 | 66 | 74 | 100 |
| Binary | 11011011 | 11010000 | 1101101 | 0 | 101 | 110010 | 1110 | 110110 | 111100 | 1000000 |
Color Harmonies of #DBD06D
Complementary color
Monochromatic Colors of #DBD06D
Black with #DBD06D
Text Example
Text Example
White with #DBD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD06D; }
p { color: rgb(219,208,109); }
H1.HeaderClassName
{
color: #DBD06D;
}
.AnyTagClassName
{
color: #DBD06D;
}
</style>
background-color css
<style>
a { background-color: #DBD06D; }
a { background-color: rgb(219,208,109); }
div.DivClassName
{
background-color: #DBD06D;
}
.BgClassName
{
background-color: #DBD06D;
}
</style>
border-color css
<style>
span { border-color: #DBD06D; }
span { border-color: rgb(219,208,109); }
td.TdClassName
{
border-color: #DBD06D;
}
.TagClassName
{
border-color: #DBD06D;
}
</style>