Shades of Wild Rice #DED269
Tints of Wild Rice #DED269
RGB
CMYK
RGB Variations
Color information
#DED269 (or 0xDED269) is known color: Wild Rice. HEX triplet: DE, D2 and 69. RGB value is (222,210,105). Sum of RGB (Red+Green+Blue) = 222+210+105=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED269 is #212D96. Grayscale: #CACACA. Windows color (decimal): -2174359 or 6935262. OLE color: 6935262.
HSL color Cylindrical-coordinate representation of color #DED269: hue angle of 53.85º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DED269 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 105 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.13 |
| HSL | 53.85º | 0.64% | 0.64% | - |
| HSV(B) | 53.85º | 0.53% | 0.87% | - |
| XYZ | 55.72 | 62.64 | 22.52 | - |
| YUV | 201.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 105 | 0 | 0.05 | 0.53 | 0.13 | 53.85 | 0.64 | 0.64 |
| Hex | DE | D2 | 69 | 0 | 5 | 35 | D | 36 | 40 | 40 |
| Octal | 336 | 322 | 151 | 0 | 5 | 65 | 15 | 66 | 100 | 100 |
| Binary | 11011110 | 11010010 | 1101001 | 0 | 101 | 110101 | 1101 | 110110 | 1000000 | 1000000 |
Color Harmonies of #DED269
Complementary color
Monochromatic Colors of #DED269
Black with #DED269
Text Example
Text Example
White with #DED269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED269; }
p { color: rgb(222,210,105); }
H1.HeaderClassName
{
color: #DED269;
}
.AnyTagClassName
{
color: #DED269;
}
</style>
background-color css
<style>
a { background-color: #DED269; }
a { background-color: rgb(222,210,105); }
div.DivClassName
{
background-color: #DED269;
}
.BgClassName
{
background-color: #DED269;
}
</style>
border-color css
<style>
span { border-color: #DED269; }
span { border-color: rgb(222,210,105); }
td.TdClassName
{
border-color: #DED269;
}
.TagClassName
{
border-color: #DED269;
}
</style>