Shades of Wild Rice #DDD26F
Tints of Wild Rice #DDD26F
RGB
CMYK
RGB Variations
Color information
#DDD26F (or 0xDDD26F) is known color: Wild Rice. HEX triplet: DD, D2 and 6F. RGB value is (221,210,111). Sum of RGB (Red+Green+Blue) = 221+210+111=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD26F is #222D90. Grayscale: #CACACA. Windows color (decimal): -2239889 or 7328477. OLE color: 7328477.
HSL color Cylindrical-coordinate representation of color #DDD26F: hue angle of 54º 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 #DDD26F is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 111 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.13 |
| HSL | 54º | 0.62% | 0.65% | - |
| HSV(B) | 54º | 0.5% | 0.87% | - |
| XYZ | 55.73 | 62.61 | 24.19 | - |
| YUV | 202 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 111 | 0 | 0.05 | 0.50 | 0.13 | 54 | 0.62 | 0.65 |
| Hex | DD | D2 | 6F | 0 | 5 | 32 | D | 36 | 3E | 41 |
| Octal | 335 | 322 | 157 | 0 | 5 | 62 | 15 | 66 | 76 | 101 |
| Binary | 11011101 | 11010010 | 1101111 | 0 | 101 | 110010 | 1101 | 110110 | 111110 | 1000001 |
Color Harmonies of #DDD26F
Complementary color
Monochromatic Colors of #DDD26F
Black with #DDD26F
Text Example
Text Example
White with #DDD26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD26F; }
p { color: rgb(221,210,111); }
H1.HeaderClassName
{
color: #DDD26F;
}
.AnyTagClassName
{
color: #DDD26F;
}
</style>
background-color css
<style>
a { background-color: #DDD26F; }
a { background-color: rgb(221,210,111); }
div.DivClassName
{
background-color: #DDD26F;
}
.BgClassName
{
background-color: #DDD26F;
}
</style>
border-color css
<style>
span { border-color: #DDD26F; }
span { border-color: rgb(221,210,111); }
td.TdClassName
{
border-color: #DDD26F;
}
.TagClassName
{
border-color: #DDD26F;
}
</style>