Shades of Wild Rice #DDD277
Tints of Wild Rice #DDD277
RGB
CMYK
RGB Variations
Color information
#DDD277 (or 0xDDD277) is known color: Wild Rice. HEX triplet: DD, D2 and 77. RGB value is (221,210,119). Sum of RGB (Red+Green+Blue) = 221+210+119=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD277 is #222D88. Grayscale: #CBCBCB. Windows color (decimal): -2239881 or 7852765. OLE color: 7852765.
HSL color Cylindrical-coordinate representation of color #DDD277: hue angle of 53.53º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDD277 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 119 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.13 |
| HSL | 53.53º | 0.6% | 0.67% | - |
| HSV(B) | 53.53º | 0.46% | 0.87% | - |
| XYZ | 56.2 | 62.8 | 26.61 | - |
| YUV | 202.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 119 | 0 | 0.05 | 0.46 | 0.13 | 53.53 | 0.6 | 0.67 |
| Hex | DD | D2 | 77 | 0 | 5 | 2E | D | 36 | 3C | 43 |
| Octal | 335 | 322 | 167 | 0 | 5 | 56 | 15 | 66 | 74 | 103 |
| Binary | 11011101 | 11010010 | 1110111 | 0 | 101 | 101110 | 1101 | 110110 | 111100 | 1000011 |
Color Harmonies of #DDD277
Complementary color
Monochromatic Colors of #DDD277
Black with #DDD277
Text Example
Text Example
White with #DDD277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD277; }
p { color: rgb(221,210,119); }
H1.HeaderClassName
{
color: #DDD277;
}
.AnyTagClassName
{
color: #DDD277;
}
</style>
background-color css
<style>
a { background-color: #DDD277; }
a { background-color: rgb(221,210,119); }
div.DivClassName
{
background-color: #DDD277;
}
.BgClassName
{
background-color: #DDD277;
}
</style>
border-color css
<style>
span { border-color: #DDD277; }
span { border-color: rgb(221,210,119); }
td.TdClassName
{
border-color: #DDD277;
}
.TagClassName
{
border-color: #DDD277;
}
</style>