Shades of Wild Rice #DECD73
Tints of Wild Rice #DECD73
RGB
CMYK
RGB Variations
Color information
#DECD73 (or 0xDECD73) is known color: Wild Rice. HEX triplet: DE, CD and 73. RGB value is (222,205,115). Sum of RGB (Red+Green+Blue) = 222+205+115=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD73 is #21328C. Grayscale: #C8C8C8. Windows color (decimal): -2175629 or 7589342. OLE color: 7589342.
HSL color Cylindrical-coordinate representation of color #DECD73: hue angle of 50.47º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DECD73 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 115 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.13 |
| HSL | 50.47º | 0.62% | 0.66% | - |
| HSV(B) | 50.47º | 0.48% | 0.87% | - |
| XYZ | 55.05 | 60.43 | 24.98 | - |
| YUV | 199.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 115 | 0 | 0.08 | 0.48 | 0.13 | 50.47 | 0.62 | 0.66 |
| Hex | DE | CD | 73 | 0 | 8 | 30 | D | 32 | 3E | 42 |
| Octal | 336 | 315 | 163 | 0 | 10 | 60 | 15 | 62 | 76 | 102 |
| Binary | 11011110 | 11001101 | 1110011 | 0 | 1000 | 110000 | 1101 | 110010 | 111110 | 1000010 |
Color Harmonies of #DECD73
Complementary color
Monochromatic Colors of #DECD73
Black with #DECD73
Text Example
Text Example
White with #DECD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD73; }
p { color: rgb(222,205,115); }
H1.HeaderClassName
{
color: #DECD73;
}
.AnyTagClassName
{
color: #DECD73;
}
</style>
background-color css
<style>
a { background-color: #DECD73; }
a { background-color: rgb(222,205,115); }
div.DivClassName
{
background-color: #DECD73;
}
.BgClassName
{
background-color: #DECD73;
}
</style>
border-color css
<style>
span { border-color: #DECD73; }
span { border-color: rgb(222,205,115); }
td.TdClassName
{
border-color: #DECD73;
}
.TagClassName
{
border-color: #DECD73;
}
</style>