Shades of Wild Rice #DBD16B
Tints of Wild Rice #DBD16B
RGB
CMYK
RGB Variations
Color information
#DBD16B (or 0xDBD16B) is known color: Wild Rice. HEX triplet: DB, D1 and 6B. RGB value is (219,209,107). Sum of RGB (Red+Green+Blue) = 219+209+107=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD16B is #242E94. Grayscale: #C8C8C8. Windows color (decimal): -2371221 or 7066075. OLE color: 7066075.
HSL color Cylindrical-coordinate representation of color #DBD16B: hue angle of 54.64º 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 #DBD16B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 107 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.14 |
| HSL | 54.64º | 0.61% | 0.64% | - |
| HSV(B) | 54.64º | 0.51% | 0.86% | - |
| XYZ | 54.67 | 61.72 | 22.94 | - |
| YUV | 200.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 107 | 0 | 0.05 | 0.51 | 0.14 | 54.64 | 0.61 | 0.64 |
| Hex | DB | D1 | 6B | 0 | 5 | 33 | E | 37 | 3D | 40 |
| Octal | 333 | 321 | 153 | 0 | 5 | 63 | 16 | 67 | 75 | 100 |
| Binary | 11011011 | 11010001 | 1101011 | 0 | 101 | 110011 | 1110 | 110111 | 111101 | 1000000 |
Color Harmonies of #DBD16B
Complementary color
Monochromatic Colors of #DBD16B
Black with #DBD16B
Text Example
Text Example
White with #DBD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD16B; }
p { color: rgb(219,209,107); }
H1.HeaderClassName
{
color: #DBD16B;
}
.AnyTagClassName
{
color: #DBD16B;
}
</style>
background-color css
<style>
a { background-color: #DBD16B; }
a { background-color: rgb(219,209,107); }
div.DivClassName
{
background-color: #DBD16B;
}
.BgClassName
{
background-color: #DBD16B;
}
</style>
border-color css
<style>
span { border-color: #DBD16B; }
span { border-color: rgb(219,209,107); }
td.TdClassName
{
border-color: #DBD16B;
}
.TagClassName
{
border-color: #DBD16B;
}
</style>