Shades of Wild Rice #DDD580
Tints of Wild Rice #DDD580
RGB
CMYK
RGB Variations
Color information
#DDD580 (or 0xDDD580) is known color: Wild Rice. HEX triplet: DD, D5 and 80. RGB value is (221,213,128). Sum of RGB (Red+Green+Blue) = 221+213+128=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD580 is #222A7F. Grayscale: #CECECE. Windows color (decimal): -2239104 or 8443357. OLE color: 8443357.
HSL color Cylindrical-coordinate representation of color #DDD580: hue angle of 54.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDD580 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 128 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.13 |
| HSL | 54.84º | 0.58% | 0.68% | - |
| HSV(B) | 54.84º | 0.42% | 0.87% | - |
| XYZ | 57.51 | 64.52 | 29.84 | - |
| YUV | 205.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 128 | 0 | 0.04 | 0.42 | 0.13 | 54.84 | 0.58 | 0.68 |
| Hex | DD | D5 | 80 | 0 | 4 | 2A | D | 37 | 3A | 44 |
| Octal | 335 | 325 | 200 | 0 | 4 | 52 | 15 | 67 | 72 | 104 |
| Binary | 11011101 | 11010101 | 10000000 | 0 | 100 | 101010 | 1101 | 110111 | 111010 | 1000100 |
Color Harmonies of #DDD580
Complementary color
Monochromatic Colors of #DDD580
Black with #DDD580
Text Example
Text Example
White with #DDD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD580; }
p { color: rgb(221,213,128); }
H1.HeaderClassName
{
color: #DDD580;
}
.AnyTagClassName
{
color: #DDD580;
}
</style>
background-color css
<style>
a { background-color: #DDD580; }
a { background-color: rgb(221,213,128); }
div.DivClassName
{
background-color: #DDD580;
}
.BgClassName
{
background-color: #DDD580;
}
</style>
border-color css
<style>
span { border-color: #DDD580; }
span { border-color: rgb(221,213,128); }
td.TdClassName
{
border-color: #DDD580;
}
.TagClassName
{
border-color: #DDD580;
}
</style>