Shades of Wild Rice #DDCF77
Tints of Wild Rice #DDCF77
RGB
CMYK
RGB Variations
Color information
#DDCF77 (or 0xDDCF77) is known color: Wild Rice. HEX triplet: DD, CF and 77. RGB value is (221,207,119). Sum of RGB (Red+Green+Blue) = 221+207+119=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF77 is #223088. Grayscale: #C9C9C9. Windows color (decimal): -2240649 or 7851997. OLE color: 7851997.
HSL color Cylindrical-coordinate representation of color #DDCF77: hue angle of 51.76º 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 #DDCF77 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 119 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.13 |
| HSL | 51.76º | 0.6% | 0.67% | - |
| HSV(B) | 51.76º | 0.46% | 0.87% | - |
| XYZ | 55.46 | 61.33 | 26.37 | - |
| YUV | 201.15 | 81.64 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 119 | 0 | 0.06 | 0.46 | 0.13 | 51.76 | 0.6 | 0.67 |
| Hex | DD | CF | 77 | 0 | 6 | 2E | D | 34 | 3C | 43 |
| Octal | 335 | 317 | 167 | 0 | 6 | 56 | 15 | 64 | 74 | 103 |
| Binary | 11011101 | 11001111 | 1110111 | 0 | 110 | 101110 | 1101 | 110100 | 111100 | 1000011 |
Color Harmonies of #DDCF77
Complementary color
Monochromatic Colors of #DDCF77
Black with #DDCF77
Text Example
Text Example
White with #DDCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF77; }
p { color: rgb(221,207,119); }
H1.HeaderClassName
{
color: #DDCF77;
}
.AnyTagClassName
{
color: #DDCF77;
}
</style>
background-color css
<style>
a { background-color: #DDCF77; }
a { background-color: rgb(221,207,119); }
div.DivClassName
{
background-color: #DDCF77;
}
.BgClassName
{
background-color: #DDCF77;
}
</style>
border-color css
<style>
span { border-color: #DDCF77; }
span { border-color: rgb(221,207,119); }
td.TdClassName
{
border-color: #DDCF77;
}
.TagClassName
{
border-color: #DDCF77;
}
</style>