Shades of Wild Rice #DECF77
Tints of Wild Rice #DECF77
RGB
CMYK
RGB Variations
Color information
#DECF77 (or 0xDECF77) is known color: Wild Rice. HEX triplet: DE, CF and 77. RGB value is (222,207,119). Sum of RGB (Red+Green+Blue) = 222+207+119=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF77 is #213088. Grayscale: #C9C9C9. Windows color (decimal): -2175113 or 7851998. OLE color: 7851998.
HSL color Cylindrical-coordinate representation of color #DECF77: hue angle of 51.26º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DECF77 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 119 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.13 |
| HSL | 51.26º | 0.61% | 0.67% | - |
| HSV(B) | 51.26º | 0.46% | 0.87% | - |
| XYZ | 55.77 | 61.49 | 26.38 | - |
| YUV | 201.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 119 | 0 | 0.07 | 0.46 | 0.13 | 51.26 | 0.61 | 0.67 |
| Hex | DE | CF | 77 | 0 | 7 | 2E | D | 33 | 3D | 43 |
| Octal | 336 | 317 | 167 | 0 | 7 | 56 | 15 | 63 | 75 | 103 |
| Binary | 11011110 | 11001111 | 1110111 | 0 | 111 | 101110 | 1101 | 110011 | 111101 | 1000011 |
Color Harmonies of #DECF77
Complementary color
Monochromatic Colors of #DECF77
Black with #DECF77
Text Example
Text Example
White with #DECF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF77; }
p { color: rgb(222,207,119); }
H1.HeaderClassName
{
color: #DECF77;
}
.AnyTagClassName
{
color: #DECF77;
}
</style>
background-color css
<style>
a { background-color: #DECF77; }
a { background-color: rgb(222,207,119); }
div.DivClassName
{
background-color: #DECF77;
}
.BgClassName
{
background-color: #DECF77;
}
</style>
border-color css
<style>
span { border-color: #DECF77; }
span { border-color: rgb(222,207,119); }
td.TdClassName
{
border-color: #DECF77;
}
.TagClassName
{
border-color: #DECF77;
}
</style>