Shades of Wild Rice #DECD70
Tints of Wild Rice #DECD70
RGB
CMYK
RGB Variations
Color information
#DECD70 (or 0xDECD70) is known color: Wild Rice. HEX triplet: DE, CD and 70. RGB value is (222,205,112). Sum of RGB (Red+Green+Blue) = 222+205+112=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD70 is #21328F. Grayscale: #C7C7C7. Windows color (decimal): -2175632 or 7392734. OLE color: 7392734.
HSL color Cylindrical-coordinate representation of color #DECD70: hue angle of 50.73º 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 #DECD70 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 112 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.13 |
| HSL | 50.73º | 0.63% | 0.65% | - |
| HSV(B) | 50.73º | 0.5% | 0.87% | - |
| XYZ | 54.88 | 60.36 | 24.09 | - |
| YUV | 199.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 112 | 0 | 0.08 | 0.50 | 0.13 | 50.73 | 0.63 | 0.65 |
| Hex | DE | CD | 70 | 0 | 8 | 32 | D | 33 | 3E | 41 |
| Octal | 336 | 315 | 160 | 0 | 10 | 62 | 15 | 63 | 76 | 101 |
| Binary | 11011110 | 11001101 | 1110000 | 0 | 1000 | 110010 | 1101 | 110011 | 111110 | 1000001 |
Color Harmonies of #DECD70
Complementary color
Monochromatic Colors of #DECD70
Black with #DECD70
Text Example
Text Example
White with #DECD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD70; }
p { color: rgb(222,205,112); }
H1.HeaderClassName
{
color: #DECD70;
}
.AnyTagClassName
{
color: #DECD70;
}
</style>
background-color css
<style>
a { background-color: #DECD70; }
a { background-color: rgb(222,205,112); }
div.DivClassName
{
background-color: #DECD70;
}
.BgClassName
{
background-color: #DECD70;
}
</style>
border-color css
<style>
span { border-color: #DECD70; }
span { border-color: rgb(222,205,112); }
td.TdClassName
{
border-color: #DECD70;
}
.TagClassName
{
border-color: #DECD70;
}
</style>