Shades of Wild Rice #DDD376
Tints of Wild Rice #DDD376
RGB
CMYK
RGB Variations
Color information
#DDD376 (or 0xDDD376) is known color: Wild Rice. HEX triplet: DD, D3 and 76. RGB value is (221,211,118). Sum of RGB (Red+Green+Blue) = 221+211+118=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD376 is #222C89. Grayscale: #CBCBCB. Windows color (decimal): -2239626 or 7787485. OLE color: 7787485.
HSL color Cylindrical-coordinate representation of color #DDD376: hue angle of 54.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDD376 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 118 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.13 |
| HSL | 54.17º | 0.6% | 0.66% | - |
| HSV(B) | 54.17º | 0.47% | 0.87% | - |
| XYZ | 56.38 | 63.27 | 26.38 | - |
| YUV | 203.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 118 | 0 | 0.05 | 0.47 | 0.13 | 54.17 | 0.6 | 0.66 |
| Hex | DD | D3 | 76 | 0 | 5 | 2F | D | 36 | 3C | 42 |
| Octal | 335 | 323 | 166 | 0 | 5 | 57 | 15 | 66 | 74 | 102 |
| Binary | 11011101 | 11010011 | 1110110 | 0 | 101 | 101111 | 1101 | 110110 | 111100 | 1000010 |
Color Harmonies of #DDD376
Complementary color
Monochromatic Colors of #DDD376
Black with #DDD376
Text Example
Text Example
White with #DDD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD376; }
p { color: rgb(221,211,118); }
H1.HeaderClassName
{
color: #DDD376;
}
.AnyTagClassName
{
color: #DDD376;
}
</style>
background-color css
<style>
a { background-color: #DDD376; }
a { background-color: rgb(221,211,118); }
div.DivClassName
{
background-color: #DDD376;
}
.BgClassName
{
background-color: #DDD376;
}
</style>
border-color css
<style>
span { border-color: #DDD376; }
span { border-color: rgb(221,211,118); }
td.TdClassName
{
border-color: #DDD376;
}
.TagClassName
{
border-color: #DDD376;
}
</style>