Shades of Wild Rice #DDD575
Tints of Wild Rice #DDD575
RGB
CMYK
RGB Variations
Color information
#DDD575 (or 0xDDD575) is known color: Wild Rice. HEX triplet: DD, D5 and 75. RGB value is (221,213,117). Sum of RGB (Red+Green+Blue) = 221+213+117=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD575 is #222A8A. Grayscale: #CCCCCC. Windows color (decimal): -2239115 or 7722461. OLE color: 7722461.
HSL color Cylindrical-coordinate representation of color #DDD575: hue angle of 55.38º 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 #DDD575 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 117 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.13 |
| HSL | 55.38º | 0.6% | 0.66% | - |
| HSV(B) | 55.38º | 0.47% | 0.87% | - |
| XYZ | 56.82 | 64.25 | 26.24 | - |
| YUV | 204.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 117 | 0 | 0.04 | 0.47 | 0.13 | 55.38 | 0.6 | 0.66 |
| Hex | DD | D5 | 75 | 0 | 4 | 2F | D | 37 | 3C | 42 |
| Octal | 335 | 325 | 165 | 0 | 4 | 57 | 15 | 67 | 74 | 102 |
| Binary | 11011101 | 11010101 | 1110101 | 0 | 100 | 101111 | 1101 | 110111 | 111100 | 1000010 |
Color Harmonies of #DDD575
Complementary color
Monochromatic Colors of #DDD575
Black with #DDD575
Text Example
Text Example
White with #DDD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD575; }
p { color: rgb(221,213,117); }
H1.HeaderClassName
{
color: #DDD575;
}
.AnyTagClassName
{
color: #DDD575;
}
</style>
background-color css
<style>
a { background-color: #DDD575; }
a { background-color: rgb(221,213,117); }
div.DivClassName
{
background-color: #DDD575;
}
.BgClassName
{
background-color: #DDD575;
}
</style>
border-color css
<style>
span { border-color: #DDD575; }
span { border-color: rgb(221,213,117); }
td.TdClassName
{
border-color: #DDD575;
}
.TagClassName
{
border-color: #DDD575;
}
</style>