Shades of Wild Rice #DBCE6A
Tints of Wild Rice #DBCE6A
RGB
CMYK
RGB Variations
Color information
#DBCE6A (or 0xDBCE6A) is known color: Wild Rice. HEX triplet: DB, CE and 6A. RGB value is (219,206,106). Sum of RGB (Red+Green+Blue) = 219+206+106=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE6A is #243195. Grayscale: #C6C6C6. Windows color (decimal): -2371990 or 6999771. OLE color: 6999771.
HSL color Cylindrical-coordinate representation of color #DBCE6A: hue angle of 53.1º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBCE6A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 106 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.14 |
| HSL | 53.1º | 0.61% | 0.64% | - |
| HSV(B) | 53.1º | 0.52% | 0.86% | - |
| XYZ | 53.89 | 60.24 | 22.42 | - |
| YUV | 198.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 106 | 0 | 0.06 | 0.52 | 0.14 | 53.1 | 0.61 | 0.64 |
| Hex | DB | CE | 6A | 0 | 6 | 34 | E | 35 | 3D | 40 |
| Octal | 333 | 316 | 152 | 0 | 6 | 64 | 16 | 65 | 75 | 100 |
| Binary | 11011011 | 11001110 | 1101010 | 0 | 110 | 110100 | 1110 | 110101 | 111101 | 1000000 |
Color Harmonies of #DBCE6A
Complementary color
Monochromatic Colors of #DBCE6A
Black with #DBCE6A
Text Example
Text Example
White with #DBCE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE6A; }
p { color: rgb(219,206,106); }
H1.HeaderClassName
{
color: #DBCE6A;
}
.AnyTagClassName
{
color: #DBCE6A;
}
</style>
background-color css
<style>
a { background-color: #DBCE6A; }
a { background-color: rgb(219,206,106); }
div.DivClassName
{
background-color: #DBCE6A;
}
.BgClassName
{
background-color: #DBCE6A;
}
</style>
border-color css
<style>
span { border-color: #DBCE6A; }
span { border-color: rgb(219,206,106); }
td.TdClassName
{
border-color: #DBCE6A;
}
.TagClassName
{
border-color: #DBCE6A;
}
</style>