Shades of Wild Rice #DDCD74
Tints of Wild Rice #DDCD74
RGB
CMYK
RGB Variations
Color information
#DDCD74 (or 0xDDCD74) is known color: Wild Rice. HEX triplet: DD, CD and 74. RGB value is (221,205,116). Sum of RGB (Red+Green+Blue) = 221+205+116=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD74 is #22328B. Grayscale: #C8C8C8. Windows color (decimal): -2241164 or 7654877. OLE color: 7654877.
HSL color Cylindrical-coordinate representation of color #DDCD74: hue angle of 50.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDCD74 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 116 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.13 |
| HSL | 50.86º | 0.61% | 0.66% | - |
| HSV(B) | 50.86º | 0.48% | 0.87% | - |
| XYZ | 54.8 | 60.3 | 25.27 | - |
| YUV | 199.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 116 | 0 | 0.07 | 0.48 | 0.13 | 50.86 | 0.61 | 0.66 |
| Hex | DD | CD | 74 | 0 | 7 | 30 | D | 33 | 3D | 42 |
| Octal | 335 | 315 | 164 | 0 | 7 | 60 | 15 | 63 | 75 | 102 |
| Binary | 11011101 | 11001101 | 1110100 | 0 | 111 | 110000 | 1101 | 110011 | 111101 | 1000010 |
Color Harmonies of #DDCD74
Complementary color
Monochromatic Colors of #DDCD74
Black with #DDCD74
Text Example
Text Example
White with #DDCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD74; }
p { color: rgb(221,205,116); }
H1.HeaderClassName
{
color: #DDCD74;
}
.AnyTagClassName
{
color: #DDCD74;
}
</style>
background-color css
<style>
a { background-color: #DDCD74; }
a { background-color: rgb(221,205,116); }
div.DivClassName
{
background-color: #DDCD74;
}
.BgClassName
{
background-color: #DDCD74;
}
</style>
border-color css
<style>
span { border-color: #DDCD74; }
span { border-color: rgb(221,205,116); }
td.TdClassName
{
border-color: #DDCD74;
}
.TagClassName
{
border-color: #DDCD74;
}
</style>