Shades of Wild Rice #DDCD6D
Tints of Wild Rice #DDCD6D
RGB
CMYK
RGB Variations
Color information
#DDCD6D (or 0xDDCD6D) is known color: Wild Rice. HEX triplet: DD, CD and 6D. RGB value is (221,205,109). Sum of RGB (Red+Green+Blue) = 221+205+109=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD6D is #223292. Grayscale: #C7C7C7. Windows color (decimal): -2241171 or 7196125. OLE color: 7196125.
HSL color Cylindrical-coordinate representation of color #DDCD6D: hue angle of 51.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDCD6D is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 109 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.13 |
| HSL | 51.43º | 0.62% | 0.65% | - |
| HSV(B) | 51.43º | 0.51% | 0.87% | - |
| XYZ | 54.41 | 60.14 | 23.21 | - |
| YUV | 198.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 109 | 0 | 0.07 | 0.51 | 0.13 | 51.43 | 0.62 | 0.65 |
| Hex | DD | CD | 6D | 0 | 7 | 33 | D | 33 | 3E | 41 |
| Octal | 335 | 315 | 155 | 0 | 7 | 63 | 15 | 63 | 76 | 101 |
| Binary | 11011101 | 11001101 | 1101101 | 0 | 111 | 110011 | 1101 | 110011 | 111110 | 1000001 |
Color Harmonies of #DDCD6D
Complementary color
Monochromatic Colors of #DDCD6D
Black with #DDCD6D
Text Example
Text Example
White with #DDCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD6D; }
p { color: rgb(221,205,109); }
H1.HeaderClassName
{
color: #DDCD6D;
}
.AnyTagClassName
{
color: #DDCD6D;
}
</style>
background-color css
<style>
a { background-color: #DDCD6D; }
a { background-color: rgb(221,205,109); }
div.DivClassName
{
background-color: #DDCD6D;
}
.BgClassName
{
background-color: #DDCD6D;
}
</style>
border-color css
<style>
span { border-color: #DDCD6D; }
span { border-color: rgb(221,205,109); }
td.TdClassName
{
border-color: #DDCD6D;
}
.TagClassName
{
border-color: #DDCD6D;
}
</style>