Shades of Wild Rice #DBD580
Tints of Wild Rice #DBD580
RGB
CMYK
RGB Variations
Color information
#DBD580 (or 0xDBD580) is known color: Wild Rice. HEX triplet: DB, D5 and 80. RGB value is (219,213,128). Sum of RGB (Red+Green+Blue) = 219+213+128=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD580 is #242A7F. Grayscale: #CDCDCD. Windows color (decimal): -2370176 or 8443355. OLE color: 8443355.
HSL color Cylindrical-coordinate representation of color #DBD580: hue angle of 56.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBD580 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 128 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.14 |
| HSL | 56.04º | 0.56% | 0.68% | - |
| HSV(B) | 56.04º | 0.42% | 0.86% | - |
| XYZ | 56.9 | 64.21 | 29.82 | - |
| YUV | 205.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 128 | 0 | 0.03 | 0.42 | 0.14 | 56.04 | 0.56 | 0.68 |
| Hex | DB | D5 | 80 | 0 | 3 | 2A | E | 38 | 38 | 44 |
| Octal | 333 | 325 | 200 | 0 | 3 | 52 | 16 | 70 | 70 | 104 |
| Binary | 11011011 | 11010101 | 10000000 | 0 | 11 | 101010 | 1110 | 111000 | 111000 | 1000100 |
Color Harmonies of #DBD580
Complementary color
Monochromatic Colors of #DBD580
Black with #DBD580
Text Example
Text Example
White with #DBD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD580; }
p { color: rgb(219,213,128); }
H1.HeaderClassName
{
color: #DBD580;
}
.AnyTagClassName
{
color: #DBD580;
}
</style>
background-color css
<style>
a { background-color: #DBD580; }
a { background-color: rgb(219,213,128); }
div.DivClassName
{
background-color: #DBD580;
}
.BgClassName
{
background-color: #DBD580;
}
</style>
border-color css
<style>
span { border-color: #DBD580; }
span { border-color: rgb(219,213,128); }
td.TdClassName
{
border-color: #DBD580;
}
.TagClassName
{
border-color: #DBD580;
}
</style>