Shades of Wild Rice #DDD67C
Tints of Wild Rice #DDD67C
RGB
CMYK
RGB Variations
Color information
#DDD67C (or 0xDDD67C) is known color: Wild Rice. HEX triplet: DD, D6 and 7C. RGB value is (221,214,124). Sum of RGB (Red+Green+Blue) = 221+214+124=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD67C is #222983. Grayscale: #CECECE. Windows color (decimal): -2238852 or 8181469. OLE color: 8181469.
HSL color Cylindrical-coordinate representation of color #DDD67C: hue angle of 55.67º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDD67C is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 124 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.13 |
| HSL | 55.67º | 0.59% | 0.68% | - |
| HSV(B) | 55.67º | 0.44% | 0.87% | - |
| XYZ | 57.5 | 64.92 | 28.57 | - |
| YUV | 205.83 | 81.82 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 124 | 0 | 0.03 | 0.44 | 0.13 | 55.67 | 0.59 | 0.68 |
| Hex | DD | D6 | 7C | 0 | 3 | 2C | D | 38 | 3B | 44 |
| Octal | 335 | 326 | 174 | 0 | 3 | 54 | 15 | 70 | 73 | 104 |
| Binary | 11011101 | 11010110 | 1111100 | 0 | 11 | 101100 | 1101 | 111000 | 111011 | 1000100 |
Color Harmonies of #DDD67C
Complementary color
Monochromatic Colors of #DDD67C
Black with #DDD67C
Text Example
Text Example
White with #DDD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD67C; }
p { color: rgb(221,214,124); }
H1.HeaderClassName
{
color: #DDD67C;
}
.AnyTagClassName
{
color: #DDD67C;
}
</style>
background-color css
<style>
a { background-color: #DDD67C; }
a { background-color: rgb(221,214,124); }
div.DivClassName
{
background-color: #DDD67C;
}
.BgClassName
{
background-color: #DDD67C;
}
</style>
border-color css
<style>
span { border-color: #DDD67C; }
span { border-color: rgb(221,214,124); }
td.TdClassName
{
border-color: #DDD67C;
}
.TagClassName
{
border-color: #DDD67C;
}
</style>