Shades of Wild Rice #DBCC71
Tints of Wild Rice #DBCC71
RGB
CMYK
RGB Variations
Color information
#DBCC71 (or 0xDBCC71) is known color: Wild Rice. HEX triplet: DB, CC and 71. RGB value is (219,204,113). Sum of RGB (Red+Green+Blue) = 219+204+113=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC71 is #24338E. Grayscale: #C6C6C6. Windows color (decimal): -2372495 or 7458011. OLE color: 7458011.
HSL color Cylindrical-coordinate representation of color #DBCC71: hue angle of 51.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBCC71 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 113 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.14 |
| HSL | 51.51º | 0.6% | 0.65% | - |
| HSV(B) | 51.51º | 0.48% | 0.86% | - |
| XYZ | 53.79 | 59.44 | 24.26 | - |
| YUV | 198.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 113 | 0 | 0.07 | 0.48 | 0.14 | 51.51 | 0.6 | 0.65 |
| Hex | DB | CC | 71 | 0 | 7 | 30 | E | 34 | 3C | 41 |
| Octal | 333 | 314 | 161 | 0 | 7 | 60 | 16 | 64 | 74 | 101 |
| Binary | 11011011 | 11001100 | 1110001 | 0 | 111 | 110000 | 1110 | 110100 | 111100 | 1000001 |
Color Harmonies of #DBCC71
Complementary color
Monochromatic Colors of #DBCC71
Black with #DBCC71
Text Example
Text Example
White with #DBCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC71; }
p { color: rgb(219,204,113); }
H1.HeaderClassName
{
color: #DBCC71;
}
.AnyTagClassName
{
color: #DBCC71;
}
</style>
background-color css
<style>
a { background-color: #DBCC71; }
a { background-color: rgb(219,204,113); }
div.DivClassName
{
background-color: #DBCC71;
}
.BgClassName
{
background-color: #DBCC71;
}
</style>
border-color css
<style>
span { border-color: #DBCC71; }
span { border-color: rgb(219,204,113); }
td.TdClassName
{
border-color: #DBCC71;
}
.TagClassName
{
border-color: #DBCC71;
}
</style>