Shades of Wild Rice #DDD077
Tints of Wild Rice #DDD077
RGB
CMYK
RGB Variations
Color information
#DDD077 (or 0xDDD077) is known color: Wild Rice. HEX triplet: DD, D0 and 77. RGB value is (221,208,119). Sum of RGB (Red+Green+Blue) = 221+208+119=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD077 is #222F88. Grayscale: #CACACA. Windows color (decimal): -2240393 or 7852253. OLE color: 7852253.
HSL color Cylindrical-coordinate representation of color #DDD077: hue angle of 52.35º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDD077 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 119 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.13 |
| HSL | 52.35º | 0.6% | 0.67% | - |
| HSV(B) | 52.35º | 0.46% | 0.87% | - |
| XYZ | 55.7 | 61.82 | 26.45 | - |
| YUV | 201.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 119 | 0 | 0.06 | 0.46 | 0.13 | 52.35 | 0.6 | 0.67 |
| Hex | DD | D0 | 77 | 0 | 6 | 2E | D | 34 | 3C | 43 |
| Octal | 335 | 320 | 167 | 0 | 6 | 56 | 15 | 64 | 74 | 103 |
| Binary | 11011101 | 11010000 | 1110111 | 0 | 110 | 101110 | 1101 | 110100 | 111100 | 1000011 |
Color Harmonies of #DDD077
Complementary color
Monochromatic Colors of #DDD077
Black with #DDD077
Text Example
Text Example
White with #DDD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD077; }
p { color: rgb(221,208,119); }
H1.HeaderClassName
{
color: #DDD077;
}
.AnyTagClassName
{
color: #DDD077;
}
</style>
background-color css
<style>
a { background-color: #DDD077; }
a { background-color: rgb(221,208,119); }
div.DivClassName
{
background-color: #DDD077;
}
.BgClassName
{
background-color: #DDD077;
}
</style>
border-color css
<style>
span { border-color: #DDD077; }
span { border-color: rgb(221,208,119); }
td.TdClassName
{
border-color: #DDD077;
}
.TagClassName
{
border-color: #DDD077;
}
</style>