Shades of Wild Rice #DDCC71
Tints of Wild Rice #DDCC71
RGB
CMYK
RGB Variations
Color information
#DDCC71 (or 0xDDCC71) is known color: Wild Rice. HEX triplet: DD, CC and 71. RGB value is (221,204,113). Sum of RGB (Red+Green+Blue) = 221+204+113=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC71 is #22338E. Grayscale: #C7C7C7. Windows color (decimal): -2241423 or 7458013. OLE color: 7458013.
HSL color Cylindrical-coordinate representation of color #DDCC71: hue angle of 50.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDCC71 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 113 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.13 |
| HSL | 50.56º | 0.61% | 0.65% | - |
| HSV(B) | 50.56º | 0.49% | 0.87% | - |
| XYZ | 54.39 | 59.75 | 24.29 | - |
| YUV | 198.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 113 | 0 | 0.08 | 0.49 | 0.13 | 50.56 | 0.61 | 0.65 |
| Hex | DD | CC | 71 | 0 | 8 | 31 | D | 33 | 3D | 41 |
| Octal | 335 | 314 | 161 | 0 | 10 | 61 | 15 | 63 | 75 | 101 |
| Binary | 11011101 | 11001100 | 1110001 | 0 | 1000 | 110001 | 1101 | 110011 | 111101 | 1000001 |
Color Harmonies of #DDCC71
Complementary color
Monochromatic Colors of #DDCC71
Black with #DDCC71
Text Example
Text Example
White with #DDCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC71; }
p { color: rgb(221,204,113); }
H1.HeaderClassName
{
color: #DDCC71;
}
.AnyTagClassName
{
color: #DDCC71;
}
</style>
background-color css
<style>
a { background-color: #DDCC71; }
a { background-color: rgb(221,204,113); }
div.DivClassName
{
background-color: #DDCC71;
}
.BgClassName
{
background-color: #DDCC71;
}
</style>
border-color css
<style>
span { border-color: #DDCC71; }
span { border-color: rgb(221,204,113); }
td.TdClassName
{
border-color: #DDCC71;
}
.TagClassName
{
border-color: #DDCC71;
}
</style>