Shades of Wild Rice #DDD474
Tints of Wild Rice #DDD474
RGB
CMYK
RGB Variations
Color information
#DDD474 (or 0xDDD474) is known color: Wild Rice. HEX triplet: DD, D4 and 74. RGB value is (221,212,116). Sum of RGB (Red+Green+Blue) = 221+212+116=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD474 is #222B8B. Grayscale: #CCCCCC. Windows color (decimal): -2239372 or 7656669. OLE color: 7656669.
HSL color Cylindrical-coordinate representation of color #DDD474: hue angle of 54.86º 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 #DDD474 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 116 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.13 |
| HSL | 54.86º | 0.61% | 0.66% | - |
| HSV(B) | 54.86º | 0.48% | 0.87% | - |
| XYZ | 56.51 | 63.72 | 25.84 | - |
| YUV | 203.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 116 | 0 | 0.04 | 0.48 | 0.13 | 54.86 | 0.61 | 0.66 |
| Hex | DD | D4 | 74 | 0 | 4 | 30 | D | 37 | 3D | 42 |
| Octal | 335 | 324 | 164 | 0 | 4 | 60 | 15 | 67 | 75 | 102 |
| Binary | 11011101 | 11010100 | 1110100 | 0 | 100 | 110000 | 1101 | 110111 | 111101 | 1000010 |
Color Harmonies of #DDD474
Complementary color
Monochromatic Colors of #DDD474
Black with #DDD474
Text Example
Text Example
White with #DDD474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD474; }
p { color: rgb(221,212,116); }
H1.HeaderClassName
{
color: #DDD474;
}
.AnyTagClassName
{
color: #DDD474;
}
</style>
background-color css
<style>
a { background-color: #DDD474; }
a { background-color: rgb(221,212,116); }
div.DivClassName
{
background-color: #DDD474;
}
.BgClassName
{
background-color: #DDD474;
}
</style>
border-color css
<style>
span { border-color: #DDD474; }
span { border-color: rgb(221,212,116); }
td.TdClassName
{
border-color: #DDD474;
}
.TagClassName
{
border-color: #DDD474;
}
</style>