Shades of Wild Rice #DBCD6C
Tints of Wild Rice #DBCD6C
RGB
CMYK
RGB Variations
Color information
#DBCD6C (or 0xDBCD6C) is known color: Wild Rice. HEX triplet: DB, CD and 6C. RGB value is (219,205,108). Sum of RGB (Red+Green+Blue) = 219+205+108=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD6C is #243293. Grayscale: #C6C6C6. Windows color (decimal): -2372244 or 7130587. OLE color: 7130587.
HSL color Cylindrical-coordinate representation of color #DBCD6C: hue angle of 52.43º 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 #DBCD6C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 108 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.14 |
| HSL | 52.43º | 0.61% | 0.64% | - |
| HSV(B) | 52.43º | 0.51% | 0.86% | - |
| XYZ | 53.75 | 59.81 | 22.9 | - |
| YUV | 198.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 108 | 0 | 0.06 | 0.51 | 0.14 | 52.43 | 0.61 | 0.64 |
| Hex | DB | CD | 6C | 0 | 6 | 33 | E | 34 | 3D | 40 |
| Octal | 333 | 315 | 154 | 0 | 6 | 63 | 16 | 64 | 75 | 100 |
| Binary | 11011011 | 11001101 | 1101100 | 0 | 110 | 110011 | 1110 | 110100 | 111101 | 1000000 |
Color Harmonies of #DBCD6C
Complementary color
Monochromatic Colors of #DBCD6C
Black with #DBCD6C
Text Example
Text Example
White with #DBCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD6C; }
p { color: rgb(219,205,108); }
H1.HeaderClassName
{
color: #DBCD6C;
}
.AnyTagClassName
{
color: #DBCD6C;
}
</style>
background-color css
<style>
a { background-color: #DBCD6C; }
a { background-color: rgb(219,205,108); }
div.DivClassName
{
background-color: #DBCD6C;
}
.BgClassName
{
background-color: #DBCD6C;
}
</style>
border-color css
<style>
span { border-color: #DBCD6C; }
span { border-color: rgb(219,205,108); }
td.TdClassName
{
border-color: #DBCD6C;
}
.TagClassName
{
border-color: #DBCD6C;
}
</style>