Shades of Wild Rice #DBD077
Tints of Wild Rice #DBD077
RGB
CMYK
RGB Variations
Color information
#DBD077 (or 0xDBD077) is known color: Wild Rice. HEX triplet: DB, D0 and 77. RGB value is (219,208,119). Sum of RGB (Red+Green+Blue) = 219+208+119=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD077 is #242F88. Grayscale: #C9C9C9. Windows color (decimal): -2371465 or 7852251. OLE color: 7852251.
HSL color Cylindrical-coordinate representation of color #DBD077: hue angle of 53.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBD077 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 119 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.14 |
| HSL | 53.4º | 0.58% | 0.66% | - |
| HSV(B) | 53.4º | 0.46% | 0.86% | - |
| XYZ | 55.1 | 61.5 | 26.42 | - |
| YUV | 201.14 | 81.64 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 119 | 0 | 0.05 | 0.46 | 0.14 | 53.4 | 0.58 | 0.66 |
| Hex | DB | D0 | 77 | 0 | 5 | 2E | E | 35 | 3A | 42 |
| Octal | 333 | 320 | 167 | 0 | 5 | 56 | 16 | 65 | 72 | 102 |
| Binary | 11011011 | 11010000 | 1110111 | 0 | 101 | 101110 | 1110 | 110101 | 111010 | 1000010 |
Color Harmonies of #DBD077
Complementary color
Monochromatic Colors of #DBD077
Black with #DBD077
Text Example
Text Example
White with #DBD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD077; }
p { color: rgb(219,208,119); }
H1.HeaderClassName
{
color: #DBD077;
}
.AnyTagClassName
{
color: #DBD077;
}
</style>
background-color css
<style>
a { background-color: #DBD077; }
a { background-color: rgb(219,208,119); }
div.DivClassName
{
background-color: #DBD077;
}
.BgClassName
{
background-color: #DBD077;
}
</style>
border-color css
<style>
span { border-color: #DBD077; }
span { border-color: rgb(219,208,119); }
td.TdClassName
{
border-color: #DBD077;
}
.TagClassName
{
border-color: #DBD077;
}
</style>