Shades of Wild Rice #DBCE77
Tints of Wild Rice #DBCE77
RGB
CMYK
RGB Variations
Color information
#DBCE77 (or 0xDBCE77) is known color: Wild Rice. HEX triplet: DB, CE and 77. RGB value is (219,206,119). Sum of RGB (Red+Green+Blue) = 219+206+119=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 119 (46.88% from 255 or 21.88% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE77 is #243188. Grayscale: #C8C8C8. Windows color (decimal): -2371977 or 7851739. OLE color: 7851739.
HSL color Cylindrical-coordinate representation of color #DBCE77: hue angle of 52.2º 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 #DBCE77 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 119 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.14 |
| HSL | 52.2º | 0.58% | 0.66% | - |
| HSV(B) | 52.2º | 0.46% | 0.86% | - |
| XYZ | 54.61 | 60.53 | 26.26 | - |
| YUV | 199.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 119 | 0 | 0.06 | 0.46 | 0.14 | 52.2 | 0.58 | 0.66 |
| Hex | DB | CE | 77 | 0 | 6 | 2E | E | 34 | 3A | 42 |
| Octal | 333 | 316 | 167 | 0 | 6 | 56 | 16 | 64 | 72 | 102 |
| Binary | 11011011 | 11001110 | 1110111 | 0 | 110 | 101110 | 1110 | 110100 | 111010 | 1000010 |
Color Harmonies of #DBCE77
Complementary color
Monochromatic Colors of #DBCE77
Black with #DBCE77
Text Example
Text Example
White with #DBCE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE77; }
p { color: rgb(219,206,119); }
H1.HeaderClassName
{
color: #DBCE77;
}
.AnyTagClassName
{
color: #DBCE77;
}
</style>
background-color css
<style>
a { background-color: #DBCE77; }
a { background-color: rgb(219,206,119); }
div.DivClassName
{
background-color: #DBCE77;
}
.BgClassName
{
background-color: #DBCE77;
}
</style>
border-color css
<style>
span { border-color: #DBCE77; }
span { border-color: rgb(219,206,119); }
td.TdClassName
{
border-color: #DBCE77;
}
.TagClassName
{
border-color: #DBCE77;
}
</style>