Shades of Wild Rice #DDD370
Tints of Wild Rice #DDD370
RGB
CMYK
RGB Variations
Color information
#DDD370 (or 0xDDD370) is known color: Wild Rice. HEX triplet: DD, D3 and 70. RGB value is (221,211,112). Sum of RGB (Red+Green+Blue) = 221+211+112=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD370 is #222C8F. Grayscale: #CBCBCB. Windows color (decimal): -2239632 or 7394269. OLE color: 7394269.
HSL color Cylindrical-coordinate representation of color #DDD370: hue angle of 54.5º 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 #DDD370 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 112 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.13 |
| HSL | 54.5º | 0.62% | 0.65% | - |
| HSV(B) | 54.5º | 0.49% | 0.87% | - |
| XYZ | 56.04 | 63.13 | 24.56 | - |
| YUV | 202.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 112 | 0 | 0.05 | 0.49 | 0.13 | 54.5 | 0.62 | 0.65 |
| Hex | DD | D3 | 70 | 0 | 5 | 31 | D | 36 | 3E | 41 |
| Octal | 335 | 323 | 160 | 0 | 5 | 61 | 15 | 66 | 76 | 101 |
| Binary | 11011101 | 11010011 | 1110000 | 0 | 101 | 110001 | 1101 | 110110 | 111110 | 1000001 |
Color Harmonies of #DDD370
Complementary color
Monochromatic Colors of #DDD370
Black with #DDD370
Text Example
Text Example
White with #DDD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD370; }
p { color: rgb(221,211,112); }
H1.HeaderClassName
{
color: #DDD370;
}
.AnyTagClassName
{
color: #DDD370;
}
</style>
background-color css
<style>
a { background-color: #DDD370; }
a { background-color: rgb(221,211,112); }
div.DivClassName
{
background-color: #DDD370;
}
.BgClassName
{
background-color: #DDD370;
}
</style>
border-color css
<style>
span { border-color: #DDD370; }
span { border-color: rgb(221,211,112); }
td.TdClassName
{
border-color: #DDD370;
}
.TagClassName
{
border-color: #DDD370;
}
</style>