Shades of Wild Rice #DED06C
Tints of Wild Rice #DED06C
RGB
CMYK
RGB Variations
Color information
#DED06C (or 0xDED06C) is known color: Wild Rice. HEX triplet: DE, D0 and 6C. RGB value is (222,208,108). Sum of RGB (Red+Green+Blue) = 222+208+108=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DED06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED06C is #212F93. Grayscale: #C9C9C9. Windows color (decimal): -2174868 or 7131358. OLE color: 7131358.
HSL color Cylindrical-coordinate representation of color #DED06C: hue angle of 52.63º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DED06C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 108 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.13 |
| HSL | 52.63º | 0.63% | 0.65% | - |
| HSV(B) | 52.63º | 0.51% | 0.87% | - |
| XYZ | 55.39 | 61.72 | 23.18 | - |
| YUV | 200.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 108 | 0 | 0.06 | 0.51 | 0.13 | 52.63 | 0.63 | 0.65 |
| Hex | DE | D0 | 6C | 0 | 6 | 33 | D | 35 | 3F | 41 |
| Octal | 336 | 320 | 154 | 0 | 6 | 63 | 15 | 65 | 77 | 101 |
| Binary | 11011110 | 11010000 | 1101100 | 0 | 110 | 110011 | 1101 | 110101 | 111111 | 1000001 |
Color Harmonies of #DED06C
Complementary color
Monochromatic Colors of #DED06C
Black with #DED06C
Text Example
Text Example
White with #DED06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED06C; }
p { color: rgb(222,208,108); }
H1.HeaderClassName
{
color: #DED06C;
}
.AnyTagClassName
{
color: #DED06C;
}
</style>
background-color css
<style>
a { background-color: #DED06C; }
a { background-color: rgb(222,208,108); }
div.DivClassName
{
background-color: #DED06C;
}
.BgClassName
{
background-color: #DED06C;
}
</style>
border-color css
<style>
span { border-color: #DED06C; }
span { border-color: rgb(222,208,108); }
td.TdClassName
{
border-color: #DED06C;
}
.TagClassName
{
border-color: #DED06C;
}
</style>