Shades of Wild Rice #DDD473
Tints of Wild Rice #DDD473
RGB
CMYK
RGB Variations
Color information
#DDD473 (or 0xDDD473) is known color: Wild Rice. HEX triplet: DD, D4 and 73. RGB value is (221,212,115). Sum of RGB (Red+Green+Blue) = 221+212+115=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD473 is #222B8C. Grayscale: #CCCCCC. Windows color (decimal): -2239373 or 7591133. OLE color: 7591133.
HSL color Cylindrical-coordinate representation of color #DDD473: hue angle of 54.91º 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 #DDD473 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 115 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.13 |
| HSL | 54.91º | 0.61% | 0.66% | - |
| HSV(B) | 54.91º | 0.48% | 0.87% | - |
| XYZ | 56.46 | 63.7 | 25.54 | - |
| YUV | 203.63 | 77.98 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 115 | 0 | 0.04 | 0.48 | 0.13 | 54.91 | 0.61 | 0.66 |
| Hex | DD | D4 | 73 | 0 | 4 | 30 | D | 37 | 3D | 42 |
| Octal | 335 | 324 | 163 | 0 | 4 | 60 | 15 | 67 | 75 | 102 |
| Binary | 11011101 | 11010100 | 1110011 | 0 | 100 | 110000 | 1101 | 110111 | 111101 | 1000010 |
Color Harmonies of #DDD473
Complementary color
Monochromatic Colors of #DDD473
Black with #DDD473
Text Example
Text Example
White with #DDD473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD473; }
p { color: rgb(221,212,115); }
H1.HeaderClassName
{
color: #DDD473;
}
.AnyTagClassName
{
color: #DDD473;
}
</style>
background-color css
<style>
a { background-color: #DDD473; }
a { background-color: rgb(221,212,115); }
div.DivClassName
{
background-color: #DDD473;
}
.BgClassName
{
background-color: #DDD473;
}
</style>
border-color css
<style>
span { border-color: #DDD473; }
span { border-color: rgb(221,212,115); }
td.TdClassName
{
border-color: #DDD473;
}
.TagClassName
{
border-color: #DDD473;
}
</style>