Shades of Wild Rice #DDD272
Tints of Wild Rice #DDD272
RGB
CMYK
RGB Variations
Color information
#DDD272 (or 0xDDD272) is known color: Wild Rice. HEX triplet: DD, D2 and 72. RGB value is (221,210,114). Sum of RGB (Red+Green+Blue) = 221+210+114=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD272 is #222D8D. Grayscale: #CACACA. Windows color (decimal): -2239886 or 7525085. OLE color: 7525085.
HSL color Cylindrical-coordinate representation of color #DDD272: hue angle of 53.83º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDD272 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 114 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.13 |
| HSL | 53.83º | 0.61% | 0.66% | - |
| HSV(B) | 53.83º | 0.48% | 0.87% | - |
| XYZ | 55.9 | 62.68 | 25.07 | - |
| YUV | 202.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 114 | 0 | 0.05 | 0.48 | 0.13 | 53.83 | 0.61 | 0.66 |
| Hex | DD | D2 | 72 | 0 | 5 | 30 | D | 36 | 3D | 42 |
| Octal | 335 | 322 | 162 | 0 | 5 | 60 | 15 | 66 | 75 | 102 |
| Binary | 11011101 | 11010010 | 1110010 | 0 | 101 | 110000 | 1101 | 110110 | 111101 | 1000010 |
Color Harmonies of #DDD272
Complementary color
Monochromatic Colors of #DDD272
Black with #DDD272
Text Example
Text Example
White with #DDD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD272; }
p { color: rgb(221,210,114); }
H1.HeaderClassName
{
color: #DDD272;
}
.AnyTagClassName
{
color: #DDD272;
}
</style>
background-color css
<style>
a { background-color: #DDD272; }
a { background-color: rgb(221,210,114); }
div.DivClassName
{
background-color: #DDD272;
}
.BgClassName
{
background-color: #DDD272;
}
</style>
border-color css
<style>
span { border-color: #DDD272; }
span { border-color: rgb(221,210,114); }
td.TdClassName
{
border-color: #DDD272;
}
.TagClassName
{
border-color: #DDD272;
}
</style>