Shades of Wild Rice #DECF73
Tints of Wild Rice #DECF73
RGB
CMYK
RGB Variations
Color information
#DECF73 (or 0xDECF73) is known color: Wild Rice. HEX triplet: DE, CF and 73. RGB value is (222,207,115). Sum of RGB (Red+Green+Blue) = 222+207+115=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF73 is #21308C. Grayscale: #C9C9C9. Windows color (decimal): -2175117 or 7589854. OLE color: 7589854.
HSL color Cylindrical-coordinate representation of color #DECF73: hue angle of 51.59º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DECF73 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 115 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.13 |
| HSL | 51.59º | 0.62% | 0.66% | - |
| HSV(B) | 51.59º | 0.48% | 0.87% | - |
| XYZ | 55.53 | 61.39 | 25.14 | - |
| YUV | 201 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 115 | 0 | 0.07 | 0.48 | 0.13 | 51.59 | 0.62 | 0.66 |
| Hex | DE | CF | 73 | 0 | 7 | 30 | D | 34 | 3E | 42 |
| Octal | 336 | 317 | 163 | 0 | 7 | 60 | 15 | 64 | 76 | 102 |
| Binary | 11011110 | 11001111 | 1110011 | 0 | 111 | 110000 | 1101 | 110100 | 111110 | 1000010 |
Color Harmonies of #DECF73
Complementary color
Monochromatic Colors of #DECF73
Black with #DECF73
Text Example
Text Example
White with #DECF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF73; }
p { color: rgb(222,207,115); }
H1.HeaderClassName
{
color: #DECF73;
}
.AnyTagClassName
{
color: #DECF73;
}
</style>
background-color css
<style>
a { background-color: #DECF73; }
a { background-color: rgb(222,207,115); }
div.DivClassName
{
background-color: #DECF73;
}
.BgClassName
{
background-color: #DECF73;
}
</style>
border-color css
<style>
span { border-color: #DECF73; }
span { border-color: rgb(222,207,115); }
td.TdClassName
{
border-color: #DECF73;
}
.TagClassName
{
border-color: #DECF73;
}
</style>