Shades of Wild Rice #DBCC6B
Tints of Wild Rice #DBCC6B
RGB
CMYK
RGB Variations
Color information
#DBCC6B (or 0xDBCC6B) is known color: Wild Rice. HEX triplet: DB, CC and 6B. RGB value is (219,204,107). Sum of RGB (Red+Green+Blue) = 219+204+107=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC6B is #243394. Grayscale: #C5C5C5. Windows color (decimal): -2372501 or 7064795. OLE color: 7064795.
HSL color Cylindrical-coordinate representation of color #DBCC6B: hue angle of 51.96º 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 #DBCC6B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 107 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.14 |
| HSL | 51.96º | 0.61% | 0.64% | - |
| HSV(B) | 51.96º | 0.51% | 0.86% | - |
| XYZ | 53.46 | 59.31 | 22.54 | - |
| YUV | 197.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 107 | 0 | 0.07 | 0.51 | 0.14 | 51.96 | 0.61 | 0.64 |
| Hex | DB | CC | 6B | 0 | 7 | 33 | E | 34 | 3D | 40 |
| Octal | 333 | 314 | 153 | 0 | 7 | 63 | 16 | 64 | 75 | 100 |
| Binary | 11011011 | 11001100 | 1101011 | 0 | 111 | 110011 | 1110 | 110100 | 111101 | 1000000 |
Color Harmonies of #DBCC6B
Complementary color
Monochromatic Colors of #DBCC6B
Black with #DBCC6B
Text Example
Text Example
White with #DBCC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC6B; }
p { color: rgb(219,204,107); }
H1.HeaderClassName
{
color: #DBCC6B;
}
.AnyTagClassName
{
color: #DBCC6B;
}
</style>
background-color css
<style>
a { background-color: #DBCC6B; }
a { background-color: rgb(219,204,107); }
div.DivClassName
{
background-color: #DBCC6B;
}
.BgClassName
{
background-color: #DBCC6B;
}
</style>
border-color css
<style>
span { border-color: #DBCC6B; }
span { border-color: rgb(219,204,107); }
td.TdClassName
{
border-color: #DBCC6B;
}
.TagClassName
{
border-color: #DBCC6B;
}
</style>