Shades of Wild Rice #DBCE6B
Tints of Wild Rice #DBCE6B
RGB
CMYK
RGB Variations
Color information
#DBCE6B (or 0xDBCE6B) is known color: Wild Rice. HEX triplet: DB, CE and 6B. RGB value is (219,206,107). Sum of RGB (Red+Green+Blue) = 219+206+107=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE6B is #243194. Grayscale: #C7C7C7. Windows color (decimal): -2371989 or 7065307. OLE color: 7065307.
HSL color Cylindrical-coordinate representation of color #DBCE6B: hue angle of 53.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBCE6B is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 107 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.14 |
| HSL | 53.04º | 0.61% | 0.64% | - |
| HSV(B) | 53.04º | 0.51% | 0.86% | - |
| XYZ | 53.94 | 60.26 | 22.7 | - |
| YUV | 198.6 | 76.31 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 107 | 0 | 0.06 | 0.51 | 0.14 | 53.04 | 0.61 | 0.64 |
| Hex | DB | CE | 6B | 0 | 6 | 33 | E | 35 | 3D | 40 |
| Octal | 333 | 316 | 153 | 0 | 6 | 63 | 16 | 65 | 75 | 100 |
| Binary | 11011011 | 11001110 | 1101011 | 0 | 110 | 110011 | 1110 | 110101 | 111101 | 1000000 |
Color Harmonies of #DBCE6B
Complementary color
Monochromatic Colors of #DBCE6B
Black with #DBCE6B
Text Example
Text Example
White with #DBCE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE6B; }
p { color: rgb(219,206,107); }
H1.HeaderClassName
{
color: #DBCE6B;
}
.AnyTagClassName
{
color: #DBCE6B;
}
</style>
background-color css
<style>
a { background-color: #DBCE6B; }
a { background-color: rgb(219,206,107); }
div.DivClassName
{
background-color: #DBCE6B;
}
.BgClassName
{
background-color: #DBCE6B;
}
</style>
border-color css
<style>
span { border-color: #DBCE6B; }
span { border-color: rgb(219,206,107); }
td.TdClassName
{
border-color: #DBCE6B;
}
.TagClassName
{
border-color: #DBCE6B;
}
</style>