Shades of Wild Rice #DECF6B
Tints of Wild Rice #DECF6B
RGB
CMYK
RGB Variations
Color information
#DECF6B (or 0xDECF6B) is known color: Wild Rice. HEX triplet: DE, CF and 6B. RGB value is (222,207,107). Sum of RGB (Red+Green+Blue) = 222+207+107=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF6B is #213094. Grayscale: #C8C8C8. Windows color (decimal): -2175125 or 7065566. OLE color: 7065566.
HSL color Cylindrical-coordinate representation of color #DECF6B: hue angle of 52.17º 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 #DECF6B is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 107 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.13 |
| HSL | 52.17º | 0.64% | 0.65% | - |
| HSV(B) | 52.17º | 0.52% | 0.87% | - |
| XYZ | 55.09 | 61.22 | 22.82 | - |
| YUV | 200.09 | 75.47 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 107 | 0 | 0.07 | 0.52 | 0.13 | 52.17 | 0.64 | 0.65 |
| Hex | DE | CF | 6B | 0 | 7 | 34 | D | 34 | 40 | 41 |
| Octal | 336 | 317 | 153 | 0 | 7 | 64 | 15 | 64 | 100 | 101 |
| Binary | 11011110 | 11001111 | 1101011 | 0 | 111 | 110100 | 1101 | 110100 | 1000000 | 1000001 |
Color Harmonies of #DECF6B
Complementary color
Monochromatic Colors of #DECF6B
Black with #DECF6B
Text Example
Text Example
White with #DECF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF6B; }
p { color: rgb(222,207,107); }
H1.HeaderClassName
{
color: #DECF6B;
}
.AnyTagClassName
{
color: #DECF6B;
}
</style>
background-color css
<style>
a { background-color: #DECF6B; }
a { background-color: rgb(222,207,107); }
div.DivClassName
{
background-color: #DECF6B;
}
.BgClassName
{
background-color: #DECF6B;
}
</style>
border-color css
<style>
span { border-color: #DECF6B; }
span { border-color: rgb(222,207,107); }
td.TdClassName
{
border-color: #DECF6B;
}
.TagClassName
{
border-color: #DECF6B;
}
</style>