Shades of Wild Rice #DED57F
Tints of Wild Rice #DED57F
RGB
CMYK
RGB Variations
Color information
#DED57F (or 0xDED57F) is known color: Wild Rice. HEX triplet: DE, D5 and 7F. RGB value is (222,213,127). Sum of RGB (Red+Green+Blue) = 222+213+127=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DED57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED57F is #212A80. Grayscale: #CECECE. Windows color (decimal): -2173569 or 8377822. OLE color: 8377822.
HSL color Cylindrical-coordinate representation of color #DED57F: hue angle of 54.32º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DED57F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 127 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.13 |
| HSL | 54.32º | 0.59% | 0.68% | - |
| HSV(B) | 54.32º | 0.43% | 0.87% | - |
| XYZ | 57.75 | 64.65 | 29.51 | - |
| YUV | 205.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 127 | 0 | 0.04 | 0.43 | 0.13 | 54.32 | 0.59 | 0.68 |
| Hex | DE | D5 | 7F | 0 | 4 | 2B | D | 36 | 3B | 44 |
| Octal | 336 | 325 | 177 | 0 | 4 | 53 | 15 | 66 | 73 | 104 |
| Binary | 11011110 | 11010101 | 1111111 | 0 | 100 | 101011 | 1101 | 110110 | 111011 | 1000100 |
Color Harmonies of #DED57F
Complementary color
Monochromatic Colors of #DED57F
Black with #DED57F
Text Example
Text Example
White with #DED57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED57F; }
p { color: rgb(222,213,127); }
H1.HeaderClassName
{
color: #DED57F;
}
.AnyTagClassName
{
color: #DED57F;
}
</style>
background-color css
<style>
a { background-color: #DED57F; }
a { background-color: rgb(222,213,127); }
div.DivClassName
{
background-color: #DED57F;
}
.BgClassName
{
background-color: #DED57F;
}
</style>
border-color css
<style>
span { border-color: #DED57F; }
span { border-color: rgb(222,213,127); }
td.TdClassName
{
border-color: #DED57F;
}
.TagClassName
{
border-color: #DED57F;
}
</style>