Shades of Wild Rice #DDCD77
Tints of Wild Rice #DDCD77
RGB
CMYK
RGB Variations
Color information
#DDCD77 (or 0xDDCD77) is known color: Wild Rice. HEX triplet: DD, CD and 77. RGB value is (221,205,119). Sum of RGB (Red+Green+Blue) = 221+205+119=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD77 is #223288. Grayscale: #C8C8C8. Windows color (decimal): -2241161 or 7851485. OLE color: 7851485.
HSL color Cylindrical-coordinate representation of color #DDCD77: hue angle of 50.59º 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 #DDCD77 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 119 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.13 |
| HSL | 50.59º | 0.6% | 0.67% | - |
| HSV(B) | 50.59º | 0.46% | 0.87% | - |
| XYZ | 54.98 | 60.37 | 26.21 | - |
| YUV | 199.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 119 | 0 | 0.07 | 0.46 | 0.13 | 50.59 | 0.6 | 0.67 |
| Hex | DD | CD | 77 | 0 | 7 | 2E | D | 33 | 3C | 43 |
| Octal | 335 | 315 | 167 | 0 | 7 | 56 | 15 | 63 | 74 | 103 |
| Binary | 11011101 | 11001101 | 1110111 | 0 | 111 | 101110 | 1101 | 110011 | 111100 | 1000011 |
Color Harmonies of #DDCD77
Complementary color
Monochromatic Colors of #DDCD77
Black with #DDCD77
Text Example
Text Example
White with #DDCD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD77; }
p { color: rgb(221,205,119); }
H1.HeaderClassName
{
color: #DDCD77;
}
.AnyTagClassName
{
color: #DDCD77;
}
</style>
background-color css
<style>
a { background-color: #DDCD77; }
a { background-color: rgb(221,205,119); }
div.DivClassName
{
background-color: #DDCD77;
}
.BgClassName
{
background-color: #DDCD77;
}
</style>
border-color css
<style>
span { border-color: #DDCD77; }
span { border-color: rgb(221,205,119); }
td.TdClassName
{
border-color: #DDCD77;
}
.TagClassName
{
border-color: #DDCD77;
}
</style>