Shades of Wild Rice #DBCF64
Tints of Wild Rice #DBCF64
RGB
CMYK
RGB Variations
Color information
#DBCF64 (or 0xDBCF64) is known color: Wild Rice. HEX triplet: DB, CF and 64. RGB value is (219,207,100). Sum of RGB (Red+Green+Blue) = 219+207+100=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF64 is #24309B. Grayscale: #C6C6C6. Windows color (decimal): -2371740 or 6606811. OLE color: 6606811.
HSL color Cylindrical-coordinate representation of color #DBCF64: hue angle of 53.95º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBCF64 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 100 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.14 |
| HSL | 53.95º | 0.62% | 0.63% | - |
| HSV(B) | 53.95º | 0.54% | 0.86% | - |
| XYZ | 53.83 | 60.61 | 20.92 | - |
| YUV | 198.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 100 | 0 | 0.05 | 0.54 | 0.14 | 53.95 | 0.62 | 0.63 |
| Hex | DB | CF | 64 | 0 | 5 | 36 | E | 36 | 3E | 3F |
| Octal | 333 | 317 | 144 | 0 | 5 | 66 | 16 | 66 | 76 | 77 |
| Binary | 11011011 | 11001111 | 1100100 | 0 | 101 | 110110 | 1110 | 110110 | 111110 | 111111 |
Color Harmonies of #DBCF64
Complementary color
Monochromatic Colors of #DBCF64
Black with #DBCF64
Text Example
Text Example
White with #DBCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF64; }
p { color: rgb(219,207,100); }
H1.HeaderClassName
{
color: #DBCF64;
}
.AnyTagClassName
{
color: #DBCF64;
}
</style>
background-color css
<style>
a { background-color: #DBCF64; }
a { background-color: rgb(219,207,100); }
div.DivClassName
{
background-color: #DBCF64;
}
.BgClassName
{
background-color: #DBCF64;
}
</style>
border-color css
<style>
span { border-color: #DBCF64; }
span { border-color: rgb(219,207,100); }
td.TdClassName
{
border-color: #DBCF64;
}
.TagClassName
{
border-color: #DBCF64;
}
</style>