Shades of Wild Rice #DBD478
Tints of Wild Rice #DBD478
RGB
CMYK
RGB Variations
Color information
#DBD478 (or 0xDBD478) is known color: Wild Rice. HEX triplet: DB, D4 and 78. RGB value is (219,212,120). Sum of RGB (Red+Green+Blue) = 219+212+120=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD478 is #242B87. Grayscale: #CBCBCB. Windows color (decimal): -2370440 or 7918811. OLE color: 7918811.
HSL color Cylindrical-coordinate representation of color #DBD478: hue angle of 55.76º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBD478 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 120 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.14 |
| HSL | 55.76º | 0.58% | 0.66% | - |
| HSV(B) | 55.76º | 0.45% | 0.86% | - |
| XYZ | 56.15 | 63.5 | 27.07 | - |
| YUV | 203.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 120 | 0 | 0.03 | 0.45 | 0.14 | 55.76 | 0.58 | 0.66 |
| Hex | DB | D4 | 78 | 0 | 3 | 2D | E | 38 | 3A | 42 |
| Octal | 333 | 324 | 170 | 0 | 3 | 55 | 16 | 70 | 72 | 102 |
| Binary | 11011011 | 11010100 | 1111000 | 0 | 11 | 101101 | 1110 | 111000 | 111010 | 1000010 |
Color Harmonies of #DBD478
Complementary color
Monochromatic Colors of #DBD478
Black with #DBD478
Text Example
Text Example
White with #DBD478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD478; }
p { color: rgb(219,212,120); }
H1.HeaderClassName
{
color: #DBD478;
}
.AnyTagClassName
{
color: #DBD478;
}
</style>
background-color css
<style>
a { background-color: #DBD478; }
a { background-color: rgb(219,212,120); }
div.DivClassName
{
background-color: #DBD478;
}
.BgClassName
{
background-color: #DBD478;
}
</style>
border-color css
<style>
span { border-color: #DBD478; }
span { border-color: rgb(219,212,120); }
td.TdClassName
{
border-color: #DBD478;
}
.TagClassName
{
border-color: #DBD478;
}
</style>