Shades of Wild Rice #DDD374
Tints of Wild Rice #DDD374
RGB
CMYK
RGB Variations
Color information
#DDD374 (or 0xDDD374) is known color: Wild Rice. HEX triplet: DD, D3 and 74. RGB value is (221,211,116). Sum of RGB (Red+Green+Blue) = 221+211+116=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD374 is #222C8B. Grayscale: #CBCBCB. Windows color (decimal): -2239628 or 7656413. OLE color: 7656413.
HSL color Cylindrical-coordinate representation of color #DDD374: hue angle of 54.29º 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 #DDD374 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 116 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.13 |
| HSL | 54.29º | 0.61% | 0.66% | - |
| HSV(B) | 54.29º | 0.48% | 0.87% | - |
| XYZ | 56.27 | 63.22 | 25.76 | - |
| YUV | 203.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 116 | 0 | 0.05 | 0.48 | 0.13 | 54.29 | 0.61 | 0.66 |
| Hex | DD | D3 | 74 | 0 | 5 | 30 | D | 36 | 3D | 42 |
| Octal | 335 | 323 | 164 | 0 | 5 | 60 | 15 | 66 | 75 | 102 |
| Binary | 11011101 | 11010011 | 1110100 | 0 | 101 | 110000 | 1101 | 110110 | 111101 | 1000010 |
Color Harmonies of #DDD374
Complementary color
Monochromatic Colors of #DDD374
Black with #DDD374
Text Example
Text Example
White with #DDD374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD374; }
p { color: rgb(221,211,116); }
H1.HeaderClassName
{
color: #DDD374;
}
.AnyTagClassName
{
color: #DDD374;
}
</style>
background-color css
<style>
a { background-color: #DDD374; }
a { background-color: rgb(221,211,116); }
div.DivClassName
{
background-color: #DDD374;
}
.BgClassName
{
background-color: #DDD374;
}
</style>
border-color css
<style>
span { border-color: #DDD374; }
span { border-color: rgb(221,211,116); }
td.TdClassName
{
border-color: #DDD374;
}
.TagClassName
{
border-color: #DDD374;
}
</style>