Shades of Wild Rice #DED57D
Tints of Wild Rice #DED57D
RGB
CMYK
RGB Variations
Color information
#DED57D (or 0xDED57D) is known color: Wild Rice. HEX triplet: DE, D5 and 7D. RGB value is (222,213,125). Sum of RGB (Red+Green+Blue) = 222+213+125=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DED57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED57D is #212A82. Grayscale: #CECECE. Windows color (decimal): -2173571 or 8246750. OLE color: 8246750.
HSL color Cylindrical-coordinate representation of color #DED57D: hue angle of 54.43º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DED57D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 125 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.13 |
| HSL | 54.43º | 0.6% | 0.68% | - |
| HSV(B) | 54.43º | 0.44% | 0.87% | - |
| XYZ | 57.62 | 64.6 | 28.83 | - |
| YUV | 205.66 | 82.48 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 125 | 0 | 0.04 | 0.44 | 0.13 | 54.43 | 0.6 | 0.68 |
| Hex | DE | D5 | 7D | 0 | 4 | 2C | D | 36 | 3C | 44 |
| Octal | 336 | 325 | 175 | 0 | 4 | 54 | 15 | 66 | 74 | 104 |
| Binary | 11011110 | 11010101 | 1111101 | 0 | 100 | 101100 | 1101 | 110110 | 111100 | 1000100 |
Color Harmonies of #DED57D
Complementary color
Monochromatic Colors of #DED57D
Black with #DED57D
Text Example
Text Example
White with #DED57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED57D; }
p { color: rgb(222,213,125); }
H1.HeaderClassName
{
color: #DED57D;
}
.AnyTagClassName
{
color: #DED57D;
}
</style>
background-color css
<style>
a { background-color: #DED57D; }
a { background-color: rgb(222,213,125); }
div.DivClassName
{
background-color: #DED57D;
}
.BgClassName
{
background-color: #DED57D;
}
</style>
border-color css
<style>
span { border-color: #DED57D; }
span { border-color: rgb(222,213,125); }
td.TdClassName
{
border-color: #DED57D;
}
.TagClassName
{
border-color: #DED57D;
}
</style>