Shades of Wild Rice #DBCF6E
Tints of Wild Rice #DBCF6E
RGB
CMYK
RGB Variations
Color information
#DBCF6E (or 0xDBCF6E) is known color: Wild Rice. HEX triplet: DB, CF and 6E. RGB value is (219,207,110). Sum of RGB (Red+Green+Blue) = 219+207+110=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF6E is #243091. Grayscale: #C7C7C7. Windows color (decimal): -2371730 or 7262171. OLE color: 7262171.
HSL color Cylindrical-coordinate representation of color #DBCF6E: hue angle of 53.39º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBCF6E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 110 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.14 |
| HSL | 53.39º | 0.6% | 0.65% | - |
| HSV(B) | 53.39º | 0.5% | 0.86% | - |
| XYZ | 54.34 | 60.81 | 23.63 | - |
| YUV | 199.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 110 | 0 | 0.05 | 0.50 | 0.14 | 53.39 | 0.6 | 0.65 |
| Hex | DB | CF | 6E | 0 | 5 | 32 | E | 35 | 3C | 41 |
| Octal | 333 | 317 | 156 | 0 | 5 | 62 | 16 | 65 | 74 | 101 |
| Binary | 11011011 | 11001111 | 1101110 | 0 | 101 | 110010 | 1110 | 110101 | 111100 | 1000001 |
Color Harmonies of #DBCF6E
Complementary color
Monochromatic Colors of #DBCF6E
Black with #DBCF6E
Text Example
Text Example
White with #DBCF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF6E; }
p { color: rgb(219,207,110); }
H1.HeaderClassName
{
color: #DBCF6E;
}
.AnyTagClassName
{
color: #DBCF6E;
}
</style>
background-color css
<style>
a { background-color: #DBCF6E; }
a { background-color: rgb(219,207,110); }
div.DivClassName
{
background-color: #DBCF6E;
}
.BgClassName
{
background-color: #DBCF6E;
}
</style>
border-color css
<style>
span { border-color: #DBCF6E; }
span { border-color: rgb(219,207,110); }
td.TdClassName
{
border-color: #DBCF6E;
}
.TagClassName
{
border-color: #DBCF6E;
}
</style>