Shades of Wild Rice #DECF6F
Tints of Wild Rice #DECF6F
RGB
CMYK
RGB Variations
Color information
#DECF6F (or 0xDECF6F) is known color: Wild Rice. HEX triplet: DE, CF and 6F. RGB value is (222,207,111). Sum of RGB (Red+Green+Blue) = 222+207+111=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF6F is #213090. Grayscale: #C8C8C8. Windows color (decimal): -2175121 or 7327710. OLE color: 7327710.
HSL color Cylindrical-coordinate representation of color #DECF6F: hue angle of 51.89º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DECF6F is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 111 | - |
| CMYK | 0 | 0.07 | 0.5 | 0.13 |
| HSL | 51.89º | 0.63% | 0.65% | - |
| HSV(B) | 51.89º | 0.5% | 0.87% | - |
| XYZ | 55.31 | 61.3 | 23.96 | - |
| YUV | 200.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 111 | 0 | 0.07 | 0.5 | 0.13 | 51.89 | 0.63 | 0.65 |
| Hex | DE | CF | 6F | 0 | 7 | 32 | D | 34 | 3F | 41 |
| Octal | 336 | 317 | 157 | 0 | 7 | 62 | 15 | 64 | 77 | 101 |
| Binary | 11011110 | 11001111 | 1101111 | 0 | 111 | 110010 | 1101 | 110100 | 111111 | 1000001 |
Color Harmonies of #DECF6F
Complementary color
Monochromatic Colors of #DECF6F
Black with #DECF6F
Text Example
Text Example
White with #DECF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF6F; }
p { color: rgb(222,207,111); }
H1.HeaderClassName
{
color: #DECF6F;
}
.AnyTagClassName
{
color: #DECF6F;
}
</style>
background-color css
<style>
a { background-color: #DECF6F; }
a { background-color: rgb(222,207,111); }
div.DivClassName
{
background-color: #DECF6F;
}
.BgClassName
{
background-color: #DECF6F;
}
</style>
border-color css
<style>
span { border-color: #DECF6F; }
span { border-color: rgb(222,207,111); }
td.TdClassName
{
border-color: #DECF6F;
}
.TagClassName
{
border-color: #DECF6F;
}
</style>