Shades of Wild Rice #DDD37E
Tints of Wild Rice #DDD37E
RGB
CMYK
RGB Variations
Color information
#DDD37E (or 0xDDD37E) is known color: Wild Rice. HEX triplet: DD, D3 and 7E. RGB value is (221,211,126). Sum of RGB (Red+Green+Blue) = 221+211+126=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD37E is #222C81. Grayscale: #CCCCCC. Windows color (decimal): -2239618 or 8311773. OLE color: 8311773.
HSL color Cylindrical-coordinate representation of color #DDD37E: hue angle of 53.68º degrees, saturation: 0.58, 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 #DDD37E is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 126 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.13 |
| HSL | 53.68º | 0.58% | 0.68% | - |
| HSV(B) | 53.68º | 0.43% | 0.87% | - |
| XYZ | 56.88 | 63.47 | 28.99 | - |
| YUV | 204.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 126 | 0 | 0.05 | 0.43 | 0.13 | 53.68 | 0.58 | 0.68 |
| Hex | DD | D3 | 7E | 0 | 5 | 2B | D | 36 | 3A | 44 |
| Octal | 335 | 323 | 176 | 0 | 5 | 53 | 15 | 66 | 72 | 104 |
| Binary | 11011101 | 11010011 | 1111110 | 0 | 101 | 101011 | 1101 | 110110 | 111010 | 1000100 |
Color Harmonies of #DDD37E
Complementary color
Monochromatic Colors of #DDD37E
Black with #DDD37E
Text Example
Text Example
White with #DDD37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD37E; }
p { color: rgb(221,211,126); }
H1.HeaderClassName
{
color: #DDD37E;
}
.AnyTagClassName
{
color: #DDD37E;
}
</style>
background-color css
<style>
a { background-color: #DDD37E; }
a { background-color: rgb(221,211,126); }
div.DivClassName
{
background-color: #DDD37E;
}
.BgClassName
{
background-color: #DDD37E;
}
</style>
border-color css
<style>
span { border-color: #DDD37E; }
span { border-color: rgb(221,211,126); }
td.TdClassName
{
border-color: #DDD37E;
}
.TagClassName
{
border-color: #DDD37E;
}
</style>