Shades of Wild Rice #DBCF75
Tints of Wild Rice #DBCF75
RGB
CMYK
RGB Variations
Color information
#DBCF75 (or 0xDBCF75) is known color: Wild Rice. HEX triplet: DB, CF and 75. RGB value is (219,207,117). Sum of RGB (Red+Green+Blue) = 219+207+117=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF75 is #24308A. Grayscale: #C8C8C8. Windows color (decimal): -2371723 or 7720923. OLE color: 7720923.
HSL color Cylindrical-coordinate representation of color #DBCF75: hue angle of 52.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBCF75 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 117 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.14 |
| HSL | 52.94º | 0.59% | 0.66% | - |
| HSV(B) | 52.94º | 0.47% | 0.86% | - |
| XYZ | 54.74 | 60.97 | 25.71 | - |
| YUV | 200.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 117 | 0 | 0.05 | 0.47 | 0.14 | 52.94 | 0.59 | 0.66 |
| Hex | DB | CF | 75 | 0 | 5 | 2F | E | 35 | 3B | 42 |
| Octal | 333 | 317 | 165 | 0 | 5 | 57 | 16 | 65 | 73 | 102 |
| Binary | 11011011 | 11001111 | 1110101 | 0 | 101 | 101111 | 1110 | 110101 | 111011 | 1000010 |
Color Harmonies of #DBCF75
Complementary color
Monochromatic Colors of #DBCF75
Black with #DBCF75
Text Example
Text Example
White with #DBCF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF75; }
p { color: rgb(219,207,117); }
H1.HeaderClassName
{
color: #DBCF75;
}
.AnyTagClassName
{
color: #DBCF75;
}
</style>
background-color css
<style>
a { background-color: #DBCF75; }
a { background-color: rgb(219,207,117); }
div.DivClassName
{
background-color: #DBCF75;
}
.BgClassName
{
background-color: #DBCF75;
}
</style>
border-color css
<style>
span { border-color: #DBCF75; }
span { border-color: rgb(219,207,117); }
td.TdClassName
{
border-color: #DBCF75;
}
.TagClassName
{
border-color: #DBCF75;
}
</style>