Shades of Wild Rice #DBCC73
Tints of Wild Rice #DBCC73
RGB
CMYK
RGB Variations
Color information
#DBCC73 (or 0xDBCC73) is known color: Wild Rice. HEX triplet: DB, CC and 73. RGB value is (219,204,115). Sum of RGB (Red+Green+Blue) = 219+204+115=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC73 is #24338C. Grayscale: #C6C6C6. Windows color (decimal): -2372493 or 7589083. OLE color: 7589083.
HSL color Cylindrical-coordinate representation of color #DBCC73: hue angle of 51.35º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBCC73 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 115 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.14 |
| HSL | 51.35º | 0.59% | 0.65% | - |
| HSV(B) | 51.35º | 0.47% | 0.86% | - |
| XYZ | 53.9 | 59.48 | 24.86 | - |
| YUV | 198.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 115 | 0 | 0.07 | 0.47 | 0.14 | 51.35 | 0.59 | 0.65 |
| Hex | DB | CC | 73 | 0 | 7 | 2F | E | 33 | 3B | 41 |
| Octal | 333 | 314 | 163 | 0 | 7 | 57 | 16 | 63 | 73 | 101 |
| Binary | 11011011 | 11001100 | 1110011 | 0 | 111 | 101111 | 1110 | 110011 | 111011 | 1000001 |
Color Harmonies of #DBCC73
Complementary color
Monochromatic Colors of #DBCC73
Black with #DBCC73
Text Example
Text Example
White with #DBCC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC73; }
p { color: rgb(219,204,115); }
H1.HeaderClassName
{
color: #DBCC73;
}
.AnyTagClassName
{
color: #DBCC73;
}
</style>
background-color css
<style>
a { background-color: #DBCC73; }
a { background-color: rgb(219,204,115); }
div.DivClassName
{
background-color: #DBCC73;
}
.BgClassName
{
background-color: #DBCC73;
}
</style>
border-color css
<style>
span { border-color: #DBCC73; }
span { border-color: rgb(219,204,115); }
td.TdClassName
{
border-color: #DBCC73;
}
.TagClassName
{
border-color: #DBCC73;
}
</style>