Shades of Wild Rice #DECD6C
Tints of Wild Rice #DECD6C
RGB
CMYK
RGB Variations
Color information
#DECD6C (or 0xDECD6C) is known color: Wild Rice. HEX triplet: DE, CD and 6C. RGB value is (222,205,108). Sum of RGB (Red+Green+Blue) = 222+205+108=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD6C is #213293. Grayscale: #C7C7C7. Windows color (decimal): -2175636 or 7130590. OLE color: 7130590.
HSL color Cylindrical-coordinate representation of color #DECD6C: hue angle of 51.05º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DECD6C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 108 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.13 |
| HSL | 51.05º | 0.63% | 0.65% | - |
| HSV(B) | 51.05º | 0.51% | 0.87% | - |
| XYZ | 54.66 | 60.27 | 22.94 | - |
| YUV | 199.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 108 | 0 | 0.08 | 0.51 | 0.13 | 51.05 | 0.63 | 0.65 |
| Hex | DE | CD | 6C | 0 | 8 | 33 | D | 33 | 3F | 41 |
| Octal | 336 | 315 | 154 | 0 | 10 | 63 | 15 | 63 | 77 | 101 |
| Binary | 11011110 | 11001101 | 1101100 | 0 | 1000 | 110011 | 1101 | 110011 | 111111 | 1000001 |
Color Harmonies of #DECD6C
Complementary color
Monochromatic Colors of #DECD6C
Black with #DECD6C
Text Example
Text Example
White with #DECD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD6C; }
p { color: rgb(222,205,108); }
H1.HeaderClassName
{
color: #DECD6C;
}
.AnyTagClassName
{
color: #DECD6C;
}
</style>
background-color css
<style>
a { background-color: #DECD6C; }
a { background-color: rgb(222,205,108); }
div.DivClassName
{
background-color: #DECD6C;
}
.BgClassName
{
background-color: #DECD6C;
}
</style>
border-color css
<style>
span { border-color: #DECD6C; }
span { border-color: rgb(222,205,108); }
td.TdClassName
{
border-color: #DECD6C;
}
.TagClassName
{
border-color: #DECD6C;
}
</style>