Shades of Wild Rice #DECF70
Tints of Wild Rice #DECF70
RGB
CMYK
RGB Variations
Color information
#DECF70 (or 0xDECF70) is known color: Wild Rice. HEX triplet: DE, CF and 70. RGB value is (222,207,112). Sum of RGB (Red+Green+Blue) = 222+207+112=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF70 is #21308F. Grayscale: #C9C9C9. Windows color (decimal): -2175120 or 7393246. OLE color: 7393246.
HSL color Cylindrical-coordinate representation of color #DECF70: hue angle of 51.82º degrees, saturation: 0.62, 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 #DECF70 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 112 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.13 |
| HSL | 51.82º | 0.63% | 0.65% | - |
| HSV(B) | 51.82º | 0.5% | 0.87% | - |
| XYZ | 55.36 | 61.33 | 24.25 | - |
| YUV | 200.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 112 | 0 | 0.07 | 0.50 | 0.13 | 51.82 | 0.63 | 0.65 |
| Hex | DE | CF | 70 | 0 | 7 | 32 | D | 34 | 3E | 41 |
| Octal | 336 | 317 | 160 | 0 | 7 | 62 | 15 | 64 | 76 | 101 |
| Binary | 11011110 | 11001111 | 1110000 | 0 | 111 | 110010 | 1101 | 110100 | 111110 | 1000001 |
Color Harmonies of #DECF70
Complementary color
Monochromatic Colors of #DECF70
Black with #DECF70
Text Example
Text Example
White with #DECF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF70; }
p { color: rgb(222,207,112); }
H1.HeaderClassName
{
color: #DECF70;
}
.AnyTagClassName
{
color: #DECF70;
}
</style>
background-color css
<style>
a { background-color: #DECF70; }
a { background-color: rgb(222,207,112); }
div.DivClassName
{
background-color: #DECF70;
}
.BgClassName
{
background-color: #DECF70;
}
</style>
border-color css
<style>
span { border-color: #DECF70; }
span { border-color: rgb(222,207,112); }
td.TdClassName
{
border-color: #DECF70;
}
.TagClassName
{
border-color: #DECF70;
}
</style>