Shades of Wild Rice #DDD070
Tints of Wild Rice #DDD070
RGB
CMYK
RGB Variations
Color information
#DDD070 (or 0xDDD070) is known color: Wild Rice. HEX triplet: DD, D0 and 70. RGB value is (221,208,112). Sum of RGB (Red+Green+Blue) = 221+208+112=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD070 is #222F8F. Grayscale: #C9C9C9. Windows color (decimal): -2240400 or 7393501. OLE color: 7393501.
HSL color Cylindrical-coordinate representation of color #DDD070: hue angle of 52.84º 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 #DDD070 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 112 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.13 |
| HSL | 52.84º | 0.62% | 0.65% | - |
| HSV(B) | 52.84º | 0.49% | 0.87% | - |
| XYZ | 55.3 | 61.65 | 24.32 | - |
| YUV | 200.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 112 | 0 | 0.06 | 0.49 | 0.13 | 52.84 | 0.62 | 0.65 |
| Hex | DD | D0 | 70 | 0 | 6 | 31 | D | 35 | 3E | 41 |
| Octal | 335 | 320 | 160 | 0 | 6 | 61 | 15 | 65 | 76 | 101 |
| Binary | 11011101 | 11010000 | 1110000 | 0 | 110 | 110001 | 1101 | 110101 | 111110 | 1000001 |
Color Harmonies of #DDD070
Complementary color
Monochromatic Colors of #DDD070
Black with #DDD070
Text Example
Text Example
White with #DDD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD070; }
p { color: rgb(221,208,112); }
H1.HeaderClassName
{
color: #DDD070;
}
.AnyTagClassName
{
color: #DDD070;
}
</style>
background-color css
<style>
a { background-color: #DDD070; }
a { background-color: rgb(221,208,112); }
div.DivClassName
{
background-color: #DDD070;
}
.BgClassName
{
background-color: #DDD070;
}
</style>
border-color css
<style>
span { border-color: #DDD070; }
span { border-color: rgb(221,208,112); }
td.TdClassName
{
border-color: #DDD070;
}
.TagClassName
{
border-color: #DDD070;
}
</style>