Shades of Wild Rice #DBD078
Tints of Wild Rice #DBD078
RGB
CMYK
RGB Variations
Color information
#DBD078 (or 0xDBD078) is known color: Wild Rice. HEX triplet: DB, D0 and 78. RGB value is (219,208,120). Sum of RGB (Red+Green+Blue) = 219+208+120=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD078 is #242F87. Grayscale: #C9C9C9. Windows color (decimal): -2371464 or 7917787. OLE color: 7917787.
HSL color Cylindrical-coordinate representation of color #DBD078: hue angle of 53.33º 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 #DBD078 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 120 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.14 |
| HSL | 53.33º | 0.58% | 0.66% | - |
| HSV(B) | 53.33º | 0.45% | 0.86% | - |
| XYZ | 55.16 | 61.53 | 26.74 | - |
| YUV | 201.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 120 | 0 | 0.05 | 0.45 | 0.14 | 53.33 | 0.58 | 0.66 |
| Hex | DB | D0 | 78 | 0 | 5 | 2D | E | 35 | 3A | 42 |
| Octal | 333 | 320 | 170 | 0 | 5 | 55 | 16 | 65 | 72 | 102 |
| Binary | 11011011 | 11010000 | 1111000 | 0 | 101 | 101101 | 1110 | 110101 | 111010 | 1000010 |
Color Harmonies of #DBD078
Complementary color
Monochromatic Colors of #DBD078
Black with #DBD078
Text Example
Text Example
White with #DBD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD078; }
p { color: rgb(219,208,120); }
H1.HeaderClassName
{
color: #DBD078;
}
.AnyTagClassName
{
color: #DBD078;
}
</style>
background-color css
<style>
a { background-color: #DBD078; }
a { background-color: rgb(219,208,120); }
div.DivClassName
{
background-color: #DBD078;
}
.BgClassName
{
background-color: #DBD078;
}
</style>
border-color css
<style>
span { border-color: #DBD078; }
span { border-color: rgb(219,208,120); }
td.TdClassName
{
border-color: #DBD078;
}
.TagClassName
{
border-color: #DBD078;
}
</style>