Shades of Wild Rice #DECD6F
Tints of Wild Rice #DECD6F
RGB
CMYK
RGB Variations
Color information
#DECD6F (or 0xDECD6F) is known color: Wild Rice. HEX triplet: DE, CD and 6F. RGB value is (222,205,111). Sum of RGB (Red+Green+Blue) = 222+205+111=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 111 (43.75% from 255 or 20.63% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD6F is #213290. Grayscale: #C7C7C7. Windows color (decimal): -2175633 or 7327198. OLE color: 7327198.
HSL color Cylindrical-coordinate representation of color #DECD6F: hue angle of 50.81º 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 #DECD6F is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 111 | - |
| CMYK | 0 | 0.08 | 0.5 | 0.13 |
| HSL | 50.81º | 0.63% | 0.65% | - |
| HSV(B) | 50.81º | 0.5% | 0.87% | - |
| XYZ | 54.82 | 60.34 | 23.8 | - |
| YUV | 199.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 111 | 0 | 0.08 | 0.5 | 0.13 | 50.81 | 0.63 | 0.65 |
| Hex | DE | CD | 6F | 0 | 8 | 32 | D | 33 | 3F | 41 |
| Octal | 336 | 315 | 157 | 0 | 10 | 62 | 15 | 63 | 77 | 101 |
| Binary | 11011110 | 11001101 | 1101111 | 0 | 1000 | 110010 | 1101 | 110011 | 111111 | 1000001 |
Color Harmonies of #DECD6F
Complementary color
Monochromatic Colors of #DECD6F
Black with #DECD6F
Text Example
Text Example
White with #DECD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD6F; }
p { color: rgb(222,205,111); }
H1.HeaderClassName
{
color: #DECD6F;
}
.AnyTagClassName
{
color: #DECD6F;
}
</style>
background-color css
<style>
a { background-color: #DECD6F; }
a { background-color: rgb(222,205,111); }
div.DivClassName
{
background-color: #DECD6F;
}
.BgClassName
{
background-color: #DECD6F;
}
</style>
border-color css
<style>
span { border-color: #DECD6F; }
span { border-color: rgb(222,205,111); }
td.TdClassName
{
border-color: #DECD6F;
}
.TagClassName
{
border-color: #DECD6F;
}
</style>