Shades of Wild Rice #DDD076
Tints of Wild Rice #DDD076
RGB
CMYK
RGB Variations
Color information
#DDD076 (or 0xDDD076) is known color: Wild Rice. HEX triplet: DD, D0 and 76. RGB value is (221,208,118). Sum of RGB (Red+Green+Blue) = 221+208+118=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD076 is #222F89. Grayscale: #C9C9C9. Windows color (decimal): -2240394 or 7786717. OLE color: 7786717.
HSL color Cylindrical-coordinate representation of color #DDD076: hue angle of 52.43º 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 #DDD076 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 118 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.13 |
| HSL | 52.43º | 0.6% | 0.66% | - |
| HSV(B) | 52.43º | 0.47% | 0.87% | - |
| XYZ | 55.64 | 61.79 | 26.13 | - |
| YUV | 201.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 118 | 0 | 0.06 | 0.47 | 0.13 | 52.43 | 0.6 | 0.66 |
| Hex | DD | D0 | 76 | 0 | 6 | 2F | D | 34 | 3C | 42 |
| Octal | 335 | 320 | 166 | 0 | 6 | 57 | 15 | 64 | 74 | 102 |
| Binary | 11011101 | 11010000 | 1110110 | 0 | 110 | 101111 | 1101 | 110100 | 111100 | 1000010 |
Color Harmonies of #DDD076
Complementary color
Monochromatic Colors of #DDD076
Black with #DDD076
Text Example
Text Example
White with #DDD076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD076; }
p { color: rgb(221,208,118); }
H1.HeaderClassName
{
color: #DDD076;
}
.AnyTagClassName
{
color: #DDD076;
}
</style>
background-color css
<style>
a { background-color: #DDD076; }
a { background-color: rgb(221,208,118); }
div.DivClassName
{
background-color: #DDD076;
}
.BgClassName
{
background-color: #DDD076;
}
</style>
border-color css
<style>
span { border-color: #DDD076; }
span { border-color: rgb(221,208,118); }
td.TdClassName
{
border-color: #DDD076;
}
.TagClassName
{
border-color: #DDD076;
}
</style>