Shades of Wild Rice #DCD273
Tints of Wild Rice #DCD273
RGB
CMYK
RGB Variations
Color information
#DCD273 (or 0xDCD273) is known color: Wild Rice. HEX triplet: DC, D2 and 73. RGB value is (220,210,115). Sum of RGB (Red+Green+Blue) = 220+210+115=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD273 is #232D8C. Grayscale: #CACACA. Windows color (decimal): -2305421 or 7590620. OLE color: 7590620.
HSL color Cylindrical-coordinate representation of color #DCD273: hue angle of 54.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCD273 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 115 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.14 |
| HSL | 54.29º | 0.6% | 0.66% | - |
| HSV(B) | 54.29º | 0.48% | 0.86% | - |
| XYZ | 55.66 | 62.55 | 25.36 | - |
| YUV | 202.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 115 | 0 | 0.05 | 0.48 | 0.14 | 54.29 | 0.6 | 0.66 |
| Hex | DC | D2 | 73 | 0 | 5 | 30 | E | 36 | 3C | 42 |
| Octal | 334 | 322 | 163 | 0 | 5 | 60 | 16 | 66 | 74 | 102 |
| Binary | 11011100 | 11010010 | 1110011 | 0 | 101 | 110000 | 1110 | 110110 | 111100 | 1000010 |
Color Harmonies of #DCD273
Complementary color
Monochromatic Colors of #DCD273
Black with #DCD273
Text Example
Text Example
White with #DCD273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD273; }
p { color: rgb(220,210,115); }
H1.HeaderClassName
{
color: #DCD273;
}
.AnyTagClassName
{
color: #DCD273;
}
</style>
background-color css
<style>
a { background-color: #DCD273; }
a { background-color: rgb(220,210,115); }
div.DivClassName
{
background-color: #DCD273;
}
.BgClassName
{
background-color: #DCD273;
}
</style>
border-color css
<style>
span { border-color: #DCD273; }
span { border-color: rgb(220,210,115); }
td.TdClassName
{
border-color: #DCD273;
}
.TagClassName
{
border-color: #DCD273;
}
</style>