Shades of Wild Rice #DDD27C
Tints of Wild Rice #DDD27C
RGB
CMYK
RGB Variations
Color information
#DDD27C (or 0xDDD27C) is known color: Wild Rice. HEX triplet: DD, D2 and 7C. RGB value is (221,210,124). Sum of RGB (Red+Green+Blue) = 221+210+124=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD27C is #222D83. Grayscale: #CBCBCB. Windows color (decimal): -2239876 or 8180445. OLE color: 8180445.
HSL color Cylindrical-coordinate representation of color #DDD27C: hue angle of 53.2º 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 #DDD27C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 124 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.13 |
| HSL | 53.2º | 0.59% | 0.68% | - |
| HSV(B) | 53.2º | 0.44% | 0.87% | - |
| XYZ | 56.5 | 62.92 | 28.24 | - |
| YUV | 203.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 124 | 0 | 0.05 | 0.44 | 0.13 | 53.2 | 0.59 | 0.68 |
| Hex | DD | D2 | 7C | 0 | 5 | 2C | D | 35 | 3B | 44 |
| Octal | 335 | 322 | 174 | 0 | 5 | 54 | 15 | 65 | 73 | 104 |
| Binary | 11011101 | 11010010 | 1111100 | 0 | 101 | 101100 | 1101 | 110101 | 111011 | 1000100 |
Color Harmonies of #DDD27C
Complementary color
Monochromatic Colors of #DDD27C
Black with #DDD27C
Text Example
Text Example
White with #DDD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD27C; }
p { color: rgb(221,210,124); }
H1.HeaderClassName
{
color: #DDD27C;
}
.AnyTagClassName
{
color: #DDD27C;
}
</style>
background-color css
<style>
a { background-color: #DDD27C; }
a { background-color: rgb(221,210,124); }
div.DivClassName
{
background-color: #DDD27C;
}
.BgClassName
{
background-color: #DDD27C;
}
</style>
border-color css
<style>
span { border-color: #DDD27C; }
span { border-color: rgb(221,210,124); }
td.TdClassName
{
border-color: #DDD27C;
}
.TagClassName
{
border-color: #DDD27C;
}
</style>