Shades of Wild Rice #DDD475
Tints of Wild Rice #DDD475
RGB
CMYK
RGB Variations
Color information
#DDD475 (or 0xDDD475) is known color: Wild Rice. HEX triplet: DD, D4 and 75. RGB value is (221,212,117). Sum of RGB (Red+Green+Blue) = 221+212+117=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD475 is #222B8A. Grayscale: #CCCCCC. Windows color (decimal): -2239371 or 7722205. OLE color: 7722205.
HSL color Cylindrical-coordinate representation of color #DDD475: hue angle of 54.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDD475 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 117 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.13 |
| HSL | 54.81º | 0.6% | 0.66% | - |
| HSV(B) | 54.81º | 0.47% | 0.87% | - |
| XYZ | 56.57 | 63.74 | 26.15 | - |
| YUV | 203.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 117 | 0 | 0.04 | 0.47 | 0.13 | 54.81 | 0.6 | 0.66 |
| Hex | DD | D4 | 75 | 0 | 4 | 2F | D | 37 | 3C | 42 |
| Octal | 335 | 324 | 165 | 0 | 4 | 57 | 15 | 67 | 74 | 102 |
| Binary | 11011101 | 11010100 | 1110101 | 0 | 100 | 101111 | 1101 | 110111 | 111100 | 1000010 |
Color Harmonies of #DDD475
Complementary color
Monochromatic Colors of #DDD475
Black with #DDD475
Text Example
Text Example
White with #DDD475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD475; }
p { color: rgb(221,212,117); }
H1.HeaderClassName
{
color: #DDD475;
}
.AnyTagClassName
{
color: #DDD475;
}
</style>
background-color css
<style>
a { background-color: #DDD475; }
a { background-color: rgb(221,212,117); }
div.DivClassName
{
background-color: #DDD475;
}
.BgClassName
{
background-color: #DDD475;
}
</style>
border-color css
<style>
span { border-color: #DDD475; }
span { border-color: rgb(221,212,117); }
td.TdClassName
{
border-color: #DDD475;
}
.TagClassName
{
border-color: #DDD475;
}
</style>