Shades of Wild Rice #DDCD6C
Tints of Wild Rice #DDCD6C
RGB
CMYK
RGB Variations
Color information
#DDCD6C (or 0xDDCD6C) is known color: Wild Rice. HEX triplet: DD, CD and 6C. RGB value is (221,205,108). Sum of RGB (Red+Green+Blue) = 221+205+108=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD6C is #223293. Grayscale: #C7C7C7. Windows color (decimal): -2241172 or 7130589. OLE color: 7130589.
HSL color Cylindrical-coordinate representation of color #DDCD6C: hue angle of 51.5º 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 #DDCD6C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 108 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.13 |
| HSL | 51.5º | 0.62% | 0.65% | - |
| HSV(B) | 51.5º | 0.51% | 0.87% | - |
| XYZ | 54.36 | 60.12 | 22.93 | - |
| YUV | 198.73 | 76.8 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 108 | 0 | 0.07 | 0.51 | 0.13 | 51.5 | 0.62 | 0.65 |
| Hex | DD | CD | 6C | 0 | 7 | 33 | D | 34 | 3E | 41 |
| Octal | 335 | 315 | 154 | 0 | 7 | 63 | 15 | 64 | 76 | 101 |
| Binary | 11011101 | 11001101 | 1101100 | 0 | 111 | 110011 | 1101 | 110100 | 111110 | 1000001 |
Color Harmonies of #DDCD6C
Complementary color
Monochromatic Colors of #DDCD6C
Black with #DDCD6C
Text Example
Text Example
White with #DDCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD6C; }
p { color: rgb(221,205,108); }
H1.HeaderClassName
{
color: #DDCD6C;
}
.AnyTagClassName
{
color: #DDCD6C;
}
</style>
background-color css
<style>
a { background-color: #DDCD6C; }
a { background-color: rgb(221,205,108); }
div.DivClassName
{
background-color: #DDCD6C;
}
.BgClassName
{
background-color: #DDCD6C;
}
</style>
border-color css
<style>
span { border-color: #DDCD6C; }
span { border-color: rgb(221,205,108); }
td.TdClassName
{
border-color: #DDCD6C;
}
.TagClassName
{
border-color: #DDCD6C;
}
</style>