Shades of Wild Rice #DBCF67
Tints of Wild Rice #DBCF67
RGB
CMYK
RGB Variations
Color information
#DBCF67 (or 0xDBCF67) is known color: Wild Rice. HEX triplet: DB, CF and 67. RGB value is (219,207,103). Sum of RGB (Red+Green+Blue) = 219+207+103=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF67 is #243098. Grayscale: #C7C7C7. Windows color (decimal): -2371737 or 6803419. OLE color: 6803419.
HSL color Cylindrical-coordinate representation of color #DBCF67: hue angle of 53.79º 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 #DBCF67 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 103 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.14 |
| HSL | 53.79º | 0.62% | 0.63% | - |
| HSV(B) | 53.79º | 0.53% | 0.86% | - |
| XYZ | 53.97 | 60.66 | 21.7 | - |
| YUV | 198.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 103 | 0 | 0.05 | 0.53 | 0.14 | 53.79 | 0.62 | 0.63 |
| Hex | DB | CF | 67 | 0 | 5 | 35 | E | 36 | 3E | 3F |
| Octal | 333 | 317 | 147 | 0 | 5 | 65 | 16 | 66 | 76 | 77 |
| Binary | 11011011 | 11001111 | 1100111 | 0 | 101 | 110101 | 1110 | 110110 | 111110 | 111111 |
Color Harmonies of #DBCF67
Complementary color
Monochromatic Colors of #DBCF67
Black with #DBCF67
Text Example
Text Example
White with #DBCF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF67; }
p { color: rgb(219,207,103); }
H1.HeaderClassName
{
color: #DBCF67;
}
.AnyTagClassName
{
color: #DBCF67;
}
</style>
background-color css
<style>
a { background-color: #DBCF67; }
a { background-color: rgb(219,207,103); }
div.DivClassName
{
background-color: #DBCF67;
}
.BgClassName
{
background-color: #DBCF67;
}
</style>
border-color css
<style>
span { border-color: #DBCF67; }
span { border-color: rgb(219,207,103); }
td.TdClassName
{
border-color: #DBCF67;
}
.TagClassName
{
border-color: #DBCF67;
}
</style>