Shades of Wild Rice #DDD97F
Tints of Wild Rice #DDD97F
RGB
CMYK
RGB Variations
Color information
#DDD97F (or 0xDDD97F) is known color: Wild Rice. HEX triplet: DD, D9 and 7F. RGB value is (221,217,127). Sum of RGB (Red+Green+Blue) = 221+217+127=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD97F is #222680. Grayscale: #D0D0D0. Windows color (decimal): -2238081 or 8378845. OLE color: 8378845.
HSL color Cylindrical-coordinate representation of color #DDD97F: hue angle of 57.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD97F is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 127 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.13 |
| HSL | 57.45º | 0.58% | 0.68% | - |
| HSV(B) | 57.45º | 0.43% | 0.87% | - |
| XYZ | 58.46 | 66.53 | 29.84 | - |
| YUV | 207.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 127 | 0 | 0.02 | 0.43 | 0.13 | 57.45 | 0.58 | 0.68 |
| Hex | DD | D9 | 7F | 0 | 2 | 2B | D | 39 | 3A | 44 |
| Octal | 335 | 331 | 177 | 0 | 2 | 53 | 15 | 71 | 72 | 104 |
| Binary | 11011101 | 11011001 | 1111111 | 0 | 10 | 101011 | 1101 | 111001 | 111010 | 1000100 |
Color Harmonies of #DDD97F
Complementary color
Monochromatic Colors of #DDD97F
Black with #DDD97F
Text Example
Text Example
White with #DDD97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD97F; }
p { color: rgb(221,217,127); }
H1.HeaderClassName
{
color: #DDD97F;
}
.AnyTagClassName
{
color: #DDD97F;
}
</style>
background-color css
<style>
a { background-color: #DDD97F; }
a { background-color: rgb(221,217,127); }
div.DivClassName
{
background-color: #DDD97F;
}
.BgClassName
{
background-color: #DDD97F;
}
</style>
border-color css
<style>
span { border-color: #DDD97F; }
span { border-color: rgb(221,217,127); }
td.TdClassName
{
border-color: #DDD97F;
}
.TagClassName
{
border-color: #DDD97F;
}
</style>