Shades of Wild Rice #DBCF66
Tints of Wild Rice #DBCF66
RGB
CMYK
RGB Variations
Color information
#DBCF66 (or 0xDBCF66) is known color: Wild Rice. HEX triplet: DB, CF and 66. RGB value is (219,207,102). Sum of RGB (Red+Green+Blue) = 219+207+102=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF66 is #243099. Grayscale: #C7C7C7. Windows color (decimal): -2371738 or 6737883. OLE color: 6737883.
HSL color Cylindrical-coordinate representation of color #DBCF66: hue angle of 53.85º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBCF66 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 102 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.14 |
| HSL | 53.85º | 0.62% | 0.63% | - |
| HSV(B) | 53.85º | 0.53% | 0.86% | - |
| XYZ | 53.92 | 60.65 | 21.43 | - |
| YUV | 198.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 102 | 0 | 0.05 | 0.53 | 0.14 | 53.85 | 0.62 | 0.63 |
| Hex | DB | CF | 66 | 0 | 5 | 35 | E | 36 | 3E | 3F |
| Octal | 333 | 317 | 146 | 0 | 5 | 65 | 16 | 66 | 76 | 77 |
| Binary | 11011011 | 11001111 | 1100110 | 0 | 101 | 110101 | 1110 | 110110 | 111110 | 111111 |
Color Harmonies of #DBCF66
Complementary color
Monochromatic Colors of #DBCF66
Black with #DBCF66
Text Example
Text Example
White with #DBCF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF66; }
p { color: rgb(219,207,102); }
H1.HeaderClassName
{
color: #DBCF66;
}
.AnyTagClassName
{
color: #DBCF66;
}
</style>
background-color css
<style>
a { background-color: #DBCF66; }
a { background-color: rgb(219,207,102); }
div.DivClassName
{
background-color: #DBCF66;
}
.BgClassName
{
background-color: #DBCF66;
}
</style>
border-color css
<style>
span { border-color: #DBCF66; }
span { border-color: rgb(219,207,102); }
td.TdClassName
{
border-color: #DBCF66;
}
.TagClassName
{
border-color: #DBCF66;
}
</style>