Shades of Wild Rice #DBCC6C
Tints of Wild Rice #DBCC6C
RGB
CMYK
RGB Variations
Color information
#DBCC6C (or 0xDBCC6C) is known color: Wild Rice. HEX triplet: DB, CC and 6C. RGB value is (219,204,108). Sum of RGB (Red+Green+Blue) = 219+204+108=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC6C is #243393. Grayscale: #C5C5C5. Windows color (decimal): -2372500 or 7130331. OLE color: 7130331.
HSL color Cylindrical-coordinate representation of color #DBCC6C: hue angle of 51.89º 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 #DBCC6C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 108 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.14 |
| HSL | 51.89º | 0.61% | 0.64% | - |
| HSV(B) | 51.89º | 0.51% | 0.86% | - |
| XYZ | 53.51 | 59.33 | 22.82 | - |
| YUV | 197.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 108 | 0 | 0.07 | 0.51 | 0.14 | 51.89 | 0.61 | 0.64 |
| Hex | DB | CC | 6C | 0 | 7 | 33 | E | 34 | 3D | 40 |
| Octal | 333 | 314 | 154 | 0 | 7 | 63 | 16 | 64 | 75 | 100 |
| Binary | 11011011 | 11001100 | 1101100 | 0 | 111 | 110011 | 1110 | 110100 | 111101 | 1000000 |
Color Harmonies of #DBCC6C
Complementary color
Monochromatic Colors of #DBCC6C
Black with #DBCC6C
Text Example
Text Example
White with #DBCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC6C; }
p { color: rgb(219,204,108); }
H1.HeaderClassName
{
color: #DBCC6C;
}
.AnyTagClassName
{
color: #DBCC6C;
}
</style>
background-color css
<style>
a { background-color: #DBCC6C; }
a { background-color: rgb(219,204,108); }
div.DivClassName
{
background-color: #DBCC6C;
}
.BgClassName
{
background-color: #DBCC6C;
}
</style>
border-color css
<style>
span { border-color: #DBCC6C; }
span { border-color: rgb(219,204,108); }
td.TdClassName
{
border-color: #DBCC6C;
}
.TagClassName
{
border-color: #DBCC6C;
}
</style>