Shades of Wild Rice #DBD16A
Tints of Wild Rice #DBD16A
RGB
CMYK
RGB Variations
Color information
#DBD16A (or 0xDBD16A) is known color: Wild Rice. HEX triplet: DB, D1 and 6A. RGB value is (219,209,106). Sum of RGB (Red+Green+Blue) = 219+209+106=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD16A is #242E95. Grayscale: #C8C8C8. Windows color (decimal): -2371222 or 7000539. OLE color: 7000539.
HSL color Cylindrical-coordinate representation of color #DBD16A: hue angle of 54.69º 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 #DBD16A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 106 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.14 |
| HSL | 54.69º | 0.61% | 0.64% | - |
| HSV(B) | 54.69º | 0.52% | 0.86% | - |
| XYZ | 54.62 | 61.7 | 22.67 | - |
| YUV | 200.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 106 | 0 | 0.05 | 0.52 | 0.14 | 54.69 | 0.61 | 0.64 |
| Hex | DB | D1 | 6A | 0 | 5 | 34 | E | 37 | 3D | 40 |
| Octal | 333 | 321 | 152 | 0 | 5 | 64 | 16 | 67 | 75 | 100 |
| Binary | 11011011 | 11010001 | 1101010 | 0 | 101 | 110100 | 1110 | 110111 | 111101 | 1000000 |
Color Harmonies of #DBD16A
Complementary color
Monochromatic Colors of #DBD16A
Black with #DBD16A
Text Example
Text Example
White with #DBD16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD16A; }
p { color: rgb(219,209,106); }
H1.HeaderClassName
{
color: #DBD16A;
}
.AnyTagClassName
{
color: #DBD16A;
}
</style>
background-color css
<style>
a { background-color: #DBD16A; }
a { background-color: rgb(219,209,106); }
div.DivClassName
{
background-color: #DBD16A;
}
.BgClassName
{
background-color: #DBD16A;
}
</style>
border-color css
<style>
span { border-color: #DBD16A; }
span { border-color: rgb(219,209,106); }
td.TdClassName
{
border-color: #DBD16A;
}
.TagClassName
{
border-color: #DBD16A;
}
</style>