Shades of Wild Rice #DDD170
Tints of Wild Rice #DDD170
RGB
CMYK
RGB Variations
Color information
#DDD170 (or 0xDDD170) is known color: Wild Rice. HEX triplet: DD, D1 and 70. RGB value is (221,209,112). Sum of RGB (Red+Green+Blue) = 221+209+112=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD170 is #222E8F. Grayscale: #C9C9C9. Windows color (decimal): -2240144 or 7393757. OLE color: 7393757.
HSL color Cylindrical-coordinate representation of color #DDD170: hue angle of 53.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDD170 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 112 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.13 |
| HSL | 53.39º | 0.62% | 0.65% | - |
| HSV(B) | 53.39º | 0.49% | 0.87% | - |
| XYZ | 55.54 | 62.14 | 24.4 | - |
| YUV | 201.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 112 | 0 | 0.05 | 0.49 | 0.13 | 53.39 | 0.62 | 0.65 |
| Hex | DD | D1 | 70 | 0 | 5 | 31 | D | 35 | 3E | 41 |
| Octal | 335 | 321 | 160 | 0 | 5 | 61 | 15 | 65 | 76 | 101 |
| Binary | 11011101 | 11010001 | 1110000 | 0 | 101 | 110001 | 1101 | 110101 | 111110 | 1000001 |
Color Harmonies of #DDD170
Complementary color
Monochromatic Colors of #DDD170
Black with #DDD170
Text Example
Text Example
White with #DDD170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD170; }
p { color: rgb(221,209,112); }
H1.HeaderClassName
{
color: #DDD170;
}
.AnyTagClassName
{
color: #DDD170;
}
</style>
background-color css
<style>
a { background-color: #DDD170; }
a { background-color: rgb(221,209,112); }
div.DivClassName
{
background-color: #DDD170;
}
.BgClassName
{
background-color: #DDD170;
}
</style>
border-color css
<style>
span { border-color: #DDD170; }
span { border-color: rgb(221,209,112); }
td.TdClassName
{
border-color: #DDD170;
}
.TagClassName
{
border-color: #DDD170;
}
</style>