Shades of Wild Rice #DDD46F
Tints of Wild Rice #DDD46F
RGB
CMYK
RGB Variations
Color information
#DDD46F (or 0xDDD46F) is known color: Wild Rice. HEX triplet: DD, D4 and 6F. RGB value is (221,212,111). Sum of RGB (Red+Green+Blue) = 221+212+111=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD46F is #222B90. Grayscale: #CBCBCB. Windows color (decimal): -2239377 or 7328989. OLE color: 7328989.
HSL color Cylindrical-coordinate representation of color #DDD46F: hue angle of 55.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD46F is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 111 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.13 |
| HSL | 55.09º | 0.62% | 0.65% | - |
| HSV(B) | 55.09º | 0.5% | 0.87% | - |
| XYZ | 56.23 | 63.61 | 24.35 | - |
| YUV | 203.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 111 | 0 | 0.04 | 0.50 | 0.13 | 55.09 | 0.62 | 0.65 |
| Hex | DD | D4 | 6F | 0 | 4 | 32 | D | 37 | 3E | 41 |
| Octal | 335 | 324 | 157 | 0 | 4 | 62 | 15 | 67 | 76 | 101 |
| Binary | 11011101 | 11010100 | 1101111 | 0 | 100 | 110010 | 1101 | 110111 | 111110 | 1000001 |
Color Harmonies of #DDD46F
Complementary color
Monochromatic Colors of #DDD46F
Black with #DDD46F
Text Example
Text Example
White with #DDD46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD46F; }
p { color: rgb(221,212,111); }
H1.HeaderClassName
{
color: #DDD46F;
}
.AnyTagClassName
{
color: #DDD46F;
}
</style>
background-color css
<style>
a { background-color: #DDD46F; }
a { background-color: rgb(221,212,111); }
div.DivClassName
{
background-color: #DDD46F;
}
.BgClassName
{
background-color: #DDD46F;
}
</style>
border-color css
<style>
span { border-color: #DDD46F; }
span { border-color: rgb(221,212,111); }
td.TdClassName
{
border-color: #DDD46F;
}
.TagClassName
{
border-color: #DDD46F;
}
</style>