Shades of Wild Rice #DECE6B
Tints of Wild Rice #DECE6B
RGB
CMYK
RGB Variations
Color information
#DECE6B (or 0xDECE6B) is known color: Wild Rice. HEX triplet: DE, CE and 6B. RGB value is (222,206,107). Sum of RGB (Red+Green+Blue) = 222+206+107=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE6B is #213194. Grayscale: #C7C7C7. Windows color (decimal): -2175381 or 7065310. OLE color: 7065310.
HSL color Cylindrical-coordinate representation of color #DECE6B: hue angle of 51.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DECE6B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 107 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.13 |
| HSL | 51.65º | 0.64% | 0.65% | - |
| HSV(B) | 51.65º | 0.52% | 0.87% | - |
| XYZ | 54.85 | 60.73 | 22.74 | - |
| YUV | 199.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 107 | 0 | 0.07 | 0.52 | 0.13 | 51.65 | 0.64 | 0.65 |
| Hex | DE | CE | 6B | 0 | 7 | 34 | D | 34 | 40 | 41 |
| Octal | 336 | 316 | 153 | 0 | 7 | 64 | 15 | 64 | 100 | 101 |
| Binary | 11011110 | 11001110 | 1101011 | 0 | 111 | 110100 | 1101 | 110100 | 1000000 | 1000001 |
Color Harmonies of #DECE6B
Complementary color
Monochromatic Colors of #DECE6B
Black with #DECE6B
Text Example
Text Example
White with #DECE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE6B; }
p { color: rgb(222,206,107); }
H1.HeaderClassName
{
color: #DECE6B;
}
.AnyTagClassName
{
color: #DECE6B;
}
</style>
background-color css
<style>
a { background-color: #DECE6B; }
a { background-color: rgb(222,206,107); }
div.DivClassName
{
background-color: #DECE6B;
}
.BgClassName
{
background-color: #DECE6B;
}
</style>
border-color css
<style>
span { border-color: #DECE6B; }
span { border-color: rgb(222,206,107); }
td.TdClassName
{
border-color: #DECE6B;
}
.TagClassName
{
border-color: #DECE6B;
}
</style>