Shades of Wild Rice #DDD071
Tints of Wild Rice #DDD071
RGB
CMYK
RGB Variations
Color information
#DDD071 (or 0xDDD071) is known color: Wild Rice. HEX triplet: DD, D0 and 71. RGB value is (221,208,113). Sum of RGB (Red+Green+Blue) = 221+208+113=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD071 is #222F8E. Grayscale: #C9C9C9. Windows color (decimal): -2240399 or 7459037. OLE color: 7459037.
HSL color Cylindrical-coordinate representation of color #DDD071: hue angle of 52.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDD071 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 113 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.13 |
| HSL | 52.78º | 0.61% | 0.65% | - |
| HSV(B) | 52.78º | 0.49% | 0.87% | - |
| XYZ | 55.36 | 61.68 | 24.61 | - |
| YUV | 201.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 113 | 0 | 0.06 | 0.49 | 0.13 | 52.78 | 0.61 | 0.65 |
| Hex | DD | D0 | 71 | 0 | 6 | 31 | D | 35 | 3D | 41 |
| Octal | 335 | 320 | 161 | 0 | 6 | 61 | 15 | 65 | 75 | 101 |
| Binary | 11011101 | 11010000 | 1110001 | 0 | 110 | 110001 | 1101 | 110101 | 111101 | 1000001 |
Color Harmonies of #DDD071
Complementary color
Monochromatic Colors of #DDD071
Black with #DDD071
Text Example
Text Example
White with #DDD071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD071; }
p { color: rgb(221,208,113); }
H1.HeaderClassName
{
color: #DDD071;
}
.AnyTagClassName
{
color: #DDD071;
}
</style>
background-color css
<style>
a { background-color: #DDD071; }
a { background-color: rgb(221,208,113); }
div.DivClassName
{
background-color: #DDD071;
}
.BgClassName
{
background-color: #DDD071;
}
</style>
border-color css
<style>
span { border-color: #DDD071; }
span { border-color: rgb(221,208,113); }
td.TdClassName
{
border-color: #DDD071;
}
.TagClassName
{
border-color: #DDD071;
}
</style>