Shades of Wild Rice #DBCE6F
Tints of Wild Rice #DBCE6F
RGB
CMYK
RGB Variations
Color information
#DBCE6F (or 0xDBCE6F) is known color: Wild Rice. HEX triplet: DB, CE and 6F. RGB value is (219,206,111). Sum of RGB (Red+Green+Blue) = 219+206+111=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE6F is #243190. Grayscale: #C7C7C7. Windows color (decimal): -2371985 or 7327451. OLE color: 7327451.
HSL color Cylindrical-coordinate representation of color #DBCE6F: hue angle of 52.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBCE6F is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 111 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.14 |
| HSL | 52.78º | 0.6% | 0.65% | - |
| HSV(B) | 52.78º | 0.49% | 0.86% | - |
| XYZ | 54.15 | 60.35 | 23.83 | - |
| YUV | 199.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 111 | 0 | 0.06 | 0.49 | 0.14 | 52.78 | 0.6 | 0.65 |
| Hex | DB | CE | 6F | 0 | 6 | 31 | E | 35 | 3C | 41 |
| Octal | 333 | 316 | 157 | 0 | 6 | 61 | 16 | 65 | 74 | 101 |
| Binary | 11011011 | 11001110 | 1101111 | 0 | 110 | 110001 | 1110 | 110101 | 111100 | 1000001 |
Color Harmonies of #DBCE6F
Complementary color
Monochromatic Colors of #DBCE6F
Black with #DBCE6F
Text Example
Text Example
White with #DBCE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE6F; }
p { color: rgb(219,206,111); }
H1.HeaderClassName
{
color: #DBCE6F;
}
.AnyTagClassName
{
color: #DBCE6F;
}
</style>
background-color css
<style>
a { background-color: #DBCE6F; }
a { background-color: rgb(219,206,111); }
div.DivClassName
{
background-color: #DBCE6F;
}
.BgClassName
{
background-color: #DBCE6F;
}
</style>
border-color css
<style>
span { border-color: #DBCE6F; }
span { border-color: rgb(219,206,111); }
td.TdClassName
{
border-color: #DBCE6F;
}
.TagClassName
{
border-color: #DBCE6F;
}
</style>