Shades of Wild Rice #DCD272
Tints of Wild Rice #DCD272
RGB
CMYK
RGB Variations
Color information
#DCD272 (or 0xDCD272) is known color: Wild Rice. HEX triplet: DC, D2 and 72. RGB value is (220,210,114). Sum of RGB (Red+Green+Blue) = 220+210+114=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD272 is #232D8D. Grayscale: #CACACA. Windows color (decimal): -2305422 or 7525084. OLE color: 7525084.
HSL color Cylindrical-coordinate representation of color #DCD272: hue angle of 54.34º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCD272 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 114 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.14 |
| HSL | 54.34º | 0.6% | 0.65% | - |
| HSV(B) | 54.34º | 0.48% | 0.86% | - |
| XYZ | 55.6 | 62.52 | 25.06 | - |
| YUV | 202.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 114 | 0 | 0.05 | 0.48 | 0.14 | 54.34 | 0.6 | 0.65 |
| Hex | DC | D2 | 72 | 0 | 5 | 30 | E | 36 | 3C | 41 |
| Octal | 334 | 322 | 162 | 0 | 5 | 60 | 16 | 66 | 74 | 101 |
| Binary | 11011100 | 11010010 | 1110010 | 0 | 101 | 110000 | 1110 | 110110 | 111100 | 1000001 |
Color Harmonies of #DCD272
Complementary color
Monochromatic Colors of #DCD272
Black with #DCD272
Text Example
Text Example
White with #DCD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD272; }
p { color: rgb(220,210,114); }
H1.HeaderClassName
{
color: #DCD272;
}
.AnyTagClassName
{
color: #DCD272;
}
</style>
background-color css
<style>
a { background-color: #DCD272; }
a { background-color: rgb(220,210,114); }
div.DivClassName
{
background-color: #DCD272;
}
.BgClassName
{
background-color: #DCD272;
}
</style>
border-color css
<style>
span { border-color: #DCD272; }
span { border-color: rgb(220,210,114); }
td.TdClassName
{
border-color: #DCD272;
}
.TagClassName
{
border-color: #DCD272;
}
</style>