Shades of Wild Rice #DBCF6A
Tints of Wild Rice #DBCF6A
RGB
CMYK
RGB Variations
Color information
#DBCF6A (or 0xDBCF6A) is known color: Wild Rice. HEX triplet: DB, CF and 6A. RGB value is (219,207,106). Sum of RGB (Red+Green+Blue) = 219+207+106=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF6A is #243095. Grayscale: #C7C7C7. Windows color (decimal): -2371734 or 7000027. OLE color: 7000027.
HSL color Cylindrical-coordinate representation of color #DBCF6A: hue angle of 53.63º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBCF6A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 106 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.14 |
| HSL | 53.63º | 0.61% | 0.64% | - |
| HSV(B) | 53.63º | 0.52% | 0.86% | - |
| XYZ | 54.13 | 60.73 | 22.5 | - |
| YUV | 199.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 106 | 0 | 0.05 | 0.52 | 0.14 | 53.63 | 0.61 | 0.64 |
| Hex | DB | CF | 6A | 0 | 5 | 34 | E | 36 | 3D | 40 |
| Octal | 333 | 317 | 152 | 0 | 5 | 64 | 16 | 66 | 75 | 100 |
| Binary | 11011011 | 11001111 | 1101010 | 0 | 101 | 110100 | 1110 | 110110 | 111101 | 1000000 |
Color Harmonies of #DBCF6A
Complementary color
Monochromatic Colors of #DBCF6A
Black with #DBCF6A
Text Example
Text Example
White with #DBCF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF6A; }
p { color: rgb(219,207,106); }
H1.HeaderClassName
{
color: #DBCF6A;
}
.AnyTagClassName
{
color: #DBCF6A;
}
</style>
background-color css
<style>
a { background-color: #DBCF6A; }
a { background-color: rgb(219,207,106); }
div.DivClassName
{
background-color: #DBCF6A;
}
.BgClassName
{
background-color: #DBCF6A;
}
</style>
border-color css
<style>
span { border-color: #DBCF6A; }
span { border-color: rgb(219,207,106); }
td.TdClassName
{
border-color: #DBCF6A;
}
.TagClassName
{
border-color: #DBCF6A;
}
</style>