Shades of Wild Rice #DED267
Tints of Wild Rice #DED267
RGB
CMYK
RGB Variations
Color information
#DED267 (or 0xDED267) is known color: Wild Rice. HEX triplet: DE, D2 and 67. RGB value is (222,210,103). Sum of RGB (Red+Green+Blue) = 222+210+103=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DED267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED267 is #212D98. Grayscale: #C9C9C9. Windows color (decimal): -2174361 or 6804190. OLE color: 6804190.
HSL color Cylindrical-coordinate representation of color #DED267: hue angle of 53.95º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DED267 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 103 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.13 |
| HSL | 53.95º | 0.64% | 0.64% | - |
| HSV(B) | 53.95º | 0.54% | 0.87% | - |
| XYZ | 55.62 | 62.6 | 21.98 | - |
| YUV | 201.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 103 | 0 | 0.05 | 0.54 | 0.13 | 53.95 | 0.64 | 0.64 |
| Hex | DE | D2 | 67 | 0 | 5 | 36 | D | 36 | 40 | 40 |
| Octal | 336 | 322 | 147 | 0 | 5 | 66 | 15 | 66 | 100 | 100 |
| Binary | 11011110 | 11010010 | 1100111 | 0 | 101 | 110110 | 1101 | 110110 | 1000000 | 1000000 |
Color Harmonies of #DED267
Complementary color
Monochromatic Colors of #DED267
Black with #DED267
Text Example
Text Example
White with #DED267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED267; }
p { color: rgb(222,210,103); }
H1.HeaderClassName
{
color: #DED267;
}
.AnyTagClassName
{
color: #DED267;
}
</style>
background-color css
<style>
a { background-color: #DED267; }
a { background-color: rgb(222,210,103); }
div.DivClassName
{
background-color: #DED267;
}
.BgClassName
{
background-color: #DED267;
}
</style>
border-color css
<style>
span { border-color: #DED267; }
span { border-color: rgb(222,210,103); }
td.TdClassName
{
border-color: #DED267;
}
.TagClassName
{
border-color: #DED267;
}
</style>