Shades of Wild Rice #DBCE68
Tints of Wild Rice #DBCE68
RGB
CMYK
RGB Variations
Color information
#DBCE68 (or 0xDBCE68) is known color: Wild Rice. HEX triplet: DB, CE and 68. RGB value is (219,206,104). Sum of RGB (Red+Green+Blue) = 219+206+104=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE68 is #243197. Grayscale: #C6C6C6. Windows color (decimal): -2371992 or 6868699. OLE color: 6868699.
HSL color Cylindrical-coordinate representation of color #DBCE68: hue angle of 53.22º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBCE68 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 104 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.14 |
| HSL | 53.22º | 0.61% | 0.63% | - |
| HSV(B) | 53.22º | 0.53% | 0.86% | - |
| XYZ | 53.78 | 60.2 | 21.88 | - |
| YUV | 198.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 104 | 0 | 0.06 | 0.53 | 0.14 | 53.22 | 0.61 | 0.63 |
| Hex | DB | CE | 68 | 0 | 6 | 35 | E | 35 | 3D | 3F |
| Octal | 333 | 316 | 150 | 0 | 6 | 65 | 16 | 65 | 75 | 77 |
| Binary | 11011011 | 11001110 | 1101000 | 0 | 110 | 110101 | 1110 | 110101 | 111101 | 111111 |
Color Harmonies of #DBCE68
Complementary color
Monochromatic Colors of #DBCE68
Black with #DBCE68
Text Example
Text Example
White with #DBCE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE68; }
p { color: rgb(219,206,104); }
H1.HeaderClassName
{
color: #DBCE68;
}
.AnyTagClassName
{
color: #DBCE68;
}
</style>
background-color css
<style>
a { background-color: #DBCE68; }
a { background-color: rgb(219,206,104); }
div.DivClassName
{
background-color: #DBCE68;
}
.BgClassName
{
background-color: #DBCE68;
}
</style>
border-color css
<style>
span { border-color: #DBCE68; }
span { border-color: rgb(219,206,104); }
td.TdClassName
{
border-color: #DBCE68;
}
.TagClassName
{
border-color: #DBCE68;
}
</style>