Shades of Wild Rice #DDD373
Tints of Wild Rice #DDD373
RGB
CMYK
RGB Variations
Color information
#DDD373 (or 0xDDD373) is known color: Wild Rice. HEX triplet: DD, D3 and 73. RGB value is (221,211,115). Sum of RGB (Red+Green+Blue) = 221+211+115=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD373 is #222C8C. Grayscale: #CBCBCB. Windows color (decimal): -2239629 or 7590877. OLE color: 7590877.
HSL color Cylindrical-coordinate representation of color #DDD373: hue angle of 54.34º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDD373 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 115 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.13 |
| HSL | 54.34º | 0.61% | 0.66% | - |
| HSV(B) | 54.34º | 0.48% | 0.87% | - |
| XYZ | 56.21 | 63.2 | 25.46 | - |
| YUV | 203.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 115 | 0 | 0.05 | 0.48 | 0.13 | 54.34 | 0.61 | 0.66 |
| Hex | DD | D3 | 73 | 0 | 5 | 30 | D | 36 | 3D | 42 |
| Octal | 335 | 323 | 163 | 0 | 5 | 60 | 15 | 66 | 75 | 102 |
| Binary | 11011101 | 11010011 | 1110011 | 0 | 101 | 110000 | 1101 | 110110 | 111101 | 1000010 |
Color Harmonies of #DDD373
Complementary color
Monochromatic Colors of #DDD373
Black with #DDD373
Text Example
Text Example
White with #DDD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD373; }
p { color: rgb(221,211,115); }
H1.HeaderClassName
{
color: #DDD373;
}
.AnyTagClassName
{
color: #DDD373;
}
</style>
background-color css
<style>
a { background-color: #DDD373; }
a { background-color: rgb(221,211,115); }
div.DivClassName
{
background-color: #DDD373;
}
.BgClassName
{
background-color: #DDD373;
}
</style>
border-color css
<style>
span { border-color: #DDD373; }
span { border-color: rgb(221,211,115); }
td.TdClassName
{
border-color: #DDD373;
}
.TagClassName
{
border-color: #DDD373;
}
</style>