Shades of Wild Rice #DDCE77
Tints of Wild Rice #DDCE77
RGB
CMYK
RGB Variations
Color information
#DDCE77 (or 0xDDCE77) is known color: Wild Rice. HEX triplet: DD, CE and 77. RGB value is (221,206,119). Sum of RGB (Red+Green+Blue) = 221+206+119=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE77 is #223188. Grayscale: #C8C8C8. Windows color (decimal): -2240905 or 7851741. OLE color: 7851741.
HSL color Cylindrical-coordinate representation of color #DDCE77: hue angle of 51.18º 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 #DDCE77 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 206 | 119 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.13 |
| HSL | 51.18º | 0.6% | 0.67% | - |
| HSV(B) | 51.18º | 0.46% | 0.87% | - |
| XYZ | 55.22 | 60.85 | 26.29 | - |
| YUV | 200.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 119 | 0 | 0.07 | 0.46 | 0.13 | 51.18 | 0.6 | 0.67 |
| Hex | DD | CE | 77 | 0 | 7 | 2E | D | 33 | 3C | 43 |
| Octal | 335 | 316 | 167 | 0 | 7 | 56 | 15 | 63 | 74 | 103 |
| Binary | 11011101 | 11001110 | 1110111 | 0 | 111 | 101110 | 1101 | 110011 | 111100 | 1000011 |
Color Harmonies of #DDCE77
Complementary color
Monochromatic Colors of #DDCE77
Black with #DDCE77
Text Example
Text Example
White with #DDCE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCE77; }
p { color: rgb(221,206,119); }
H1.HeaderClassName
{
color: #DDCE77;
}
.AnyTagClassName
{
color: #DDCE77;
}
</style>
background-color css
<style>
a { background-color: #DDCE77; }
a { background-color: rgb(221,206,119); }
div.DivClassName
{
background-color: #DDCE77;
}
.BgClassName
{
background-color: #DDCE77;
}
</style>
border-color css
<style>
span { border-color: #DDCE77; }
span { border-color: rgb(221,206,119); }
td.TdClassName
{
border-color: #DDCE77;
}
.TagClassName
{
border-color: #DDCE77;
}
</style>