Shades of Wild Rice #DBCC76
Tints of Wild Rice #DBCC76
RGB
CMYK
RGB Variations
Color information
#DBCC76 (or 0xDBCC76) is known color: Wild Rice. HEX triplet: DB, CC and 76. RGB value is (219,204,118). Sum of RGB (Red+Green+Blue) = 219+204+118=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC76 is #243389. Grayscale: #C7C7C7. Windows color (decimal): -2372490 or 7785691. OLE color: 7785691.
HSL color Cylindrical-coordinate representation of color #DBCC76: hue angle of 51.09º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBCC76 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 118 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.14 |
| HSL | 51.09º | 0.58% | 0.66% | - |
| HSV(B) | 51.09º | 0.46% | 0.86% | - |
| XYZ | 54.08 | 59.55 | 25.78 | - |
| YUV | 198.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 118 | 0 | 0.07 | 0.46 | 0.14 | 51.09 | 0.58 | 0.66 |
| Hex | DB | CC | 76 | 0 | 7 | 2E | E | 33 | 3A | 42 |
| Octal | 333 | 314 | 166 | 0 | 7 | 56 | 16 | 63 | 72 | 102 |
| Binary | 11011011 | 11001100 | 1110110 | 0 | 111 | 101110 | 1110 | 110011 | 111010 | 1000010 |
Color Harmonies of #DBCC76
Complementary color
Monochromatic Colors of #DBCC76
Black with #DBCC76
Text Example
Text Example
White with #DBCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC76; }
p { color: rgb(219,204,118); }
H1.HeaderClassName
{
color: #DBCC76;
}
.AnyTagClassName
{
color: #DBCC76;
}
</style>
background-color css
<style>
a { background-color: #DBCC76; }
a { background-color: rgb(219,204,118); }
div.DivClassName
{
background-color: #DBCC76;
}
.BgClassName
{
background-color: #DBCC76;
}
</style>
border-color css
<style>
span { border-color: #DBCC76; }
span { border-color: rgb(219,204,118); }
td.TdClassName
{
border-color: #DBCC76;
}
.TagClassName
{
border-color: #DBCC76;
}
</style>