Shades of Wild Rice #DED06A
Tints of Wild Rice #DED06A
RGB
CMYK
RGB Variations
Color information
#DED06A (or 0xDED06A) is known color: Wild Rice. HEX triplet: DE, D0 and 6A. RGB value is (222,208,106). Sum of RGB (Red+Green+Blue) = 222+208+106=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DED06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED06A is #212F95. Grayscale: #C8C8C8. Windows color (decimal): -2174870 or 7000286. OLE color: 7000286.
HSL color Cylindrical-coordinate representation of color #DED06A: hue angle of 52.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DED06A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 106 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.13 |
| HSL | 52.76º | 0.64% | 0.64% | - |
| HSV(B) | 52.76º | 0.52% | 0.87% | - |
| XYZ | 55.28 | 61.68 | 22.63 | - |
| YUV | 200.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 106 | 0 | 0.06 | 0.52 | 0.13 | 52.76 | 0.64 | 0.64 |
| Hex | DE | D0 | 6A | 0 | 6 | 34 | D | 35 | 40 | 40 |
| Octal | 336 | 320 | 152 | 0 | 6 | 64 | 15 | 65 | 100 | 100 |
| Binary | 11011110 | 11010000 | 1101010 | 0 | 110 | 110100 | 1101 | 110101 | 1000000 | 1000000 |
Color Harmonies of #DED06A
Complementary color
Monochromatic Colors of #DED06A
Black with #DED06A
Text Example
Text Example
White with #DED06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED06A; }
p { color: rgb(222,208,106); }
H1.HeaderClassName
{
color: #DED06A;
}
.AnyTagClassName
{
color: #DED06A;
}
</style>
background-color css
<style>
a { background-color: #DED06A; }
a { background-color: rgb(222,208,106); }
div.DivClassName
{
background-color: #DED06A;
}
.BgClassName
{
background-color: #DED06A;
}
</style>
border-color css
<style>
span { border-color: #DED06A; }
span { border-color: rgb(222,208,106); }
td.TdClassName
{
border-color: #DED06A;
}
.TagClassName
{
border-color: #DED06A;
}
</style>