Shades of Wild Rice #DDCD72
Tints of Wild Rice #DDCD72
RGB
CMYK
RGB Variations
Color information
#DDCD72 (or 0xDDCD72) is known color: Wild Rice. HEX triplet: DD, CD and 72. RGB value is (221,205,114). Sum of RGB (Red+Green+Blue) = 221+205+114=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD72 is #22328D. Grayscale: #C7C7C7. Windows color (decimal): -2241166 or 7523805. OLE color: 7523805.
HSL color Cylindrical-coordinate representation of color #DDCD72: hue angle of 51.03º 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 #DDCD72 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 114 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.13 |
| HSL | 51.03º | 0.61% | 0.66% | - |
| HSV(B) | 51.03º | 0.48% | 0.87% | - |
| XYZ | 54.69 | 60.25 | 24.67 | - |
| YUV | 199.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 114 | 0 | 0.07 | 0.48 | 0.13 | 51.03 | 0.61 | 0.66 |
| Hex | DD | CD | 72 | 0 | 7 | 30 | D | 33 | 3D | 42 |
| Octal | 335 | 315 | 162 | 0 | 7 | 60 | 15 | 63 | 75 | 102 |
| Binary | 11011101 | 11001101 | 1110010 | 0 | 111 | 110000 | 1101 | 110011 | 111101 | 1000010 |
Color Harmonies of #DDCD72
Complementary color
Monochromatic Colors of #DDCD72
Black with #DDCD72
Text Example
Text Example
White with #DDCD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD72; }
p { color: rgb(221,205,114); }
H1.HeaderClassName
{
color: #DDCD72;
}
.AnyTagClassName
{
color: #DDCD72;
}
</style>
background-color css
<style>
a { background-color: #DDCD72; }
a { background-color: rgb(221,205,114); }
div.DivClassName
{
background-color: #DDCD72;
}
.BgClassName
{
background-color: #DDCD72;
}
</style>
border-color css
<style>
span { border-color: #DDCD72; }
span { border-color: rgb(221,205,114); }
td.TdClassName
{
border-color: #DDCD72;
}
.TagClassName
{
border-color: #DDCD72;
}
</style>