Shades of Wild Rice #DDD57C
Tints of Wild Rice #DDD57C
RGB
CMYK
RGB Variations
Color information
#DDD57C (or 0xDDD57C) is known color: Wild Rice. HEX triplet: DD, D5 and 7C. RGB value is (221,213,124). Sum of RGB (Red+Green+Blue) = 221+213+124=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD57C is #222A83. Grayscale: #CDCDCD. Windows color (decimal): -2239108 or 8181213. OLE color: 8181213.
HSL color Cylindrical-coordinate representation of color #DDD57C: hue angle of 55.05º degrees, saturation: 0.59, 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 #DDD57C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 124 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.13 |
| HSL | 55.05º | 0.59% | 0.68% | - |
| HSV(B) | 55.05º | 0.44% | 0.87% | - |
| XYZ | 57.25 | 64.42 | 28.48 | - |
| YUV | 205.25 | 82.15 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 124 | 0 | 0.04 | 0.44 | 0.13 | 55.05 | 0.59 | 0.68 |
| Hex | DD | D5 | 7C | 0 | 4 | 2C | D | 37 | 3B | 44 |
| Octal | 335 | 325 | 174 | 0 | 4 | 54 | 15 | 67 | 73 | 104 |
| Binary | 11011101 | 11010101 | 1111100 | 0 | 100 | 101100 | 1101 | 110111 | 111011 | 1000100 |
Color Harmonies of #DDD57C
Complementary color
Monochromatic Colors of #DDD57C
Black with #DDD57C
Text Example
Text Example
White with #DDD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD57C; }
p { color: rgb(221,213,124); }
H1.HeaderClassName
{
color: #DDD57C;
}
.AnyTagClassName
{
color: #DDD57C;
}
</style>
background-color css
<style>
a { background-color: #DDD57C; }
a { background-color: rgb(221,213,124); }
div.DivClassName
{
background-color: #DDD57C;
}
.BgClassName
{
background-color: #DDD57C;
}
</style>
border-color css
<style>
span { border-color: #DDD57C; }
span { border-color: rgb(221,213,124); }
td.TdClassName
{
border-color: #DDD57C;
}
.TagClassName
{
border-color: #DDD57C;
}
</style>