Shades of Wild Rice #DCD275
Tints of Wild Rice #DCD275
RGB
CMYK
RGB Variations
Color information
#DCD275 (or 0xDCD275) is known color: Wild Rice. HEX triplet: DC, D2 and 75. RGB value is (220,210,117). Sum of RGB (Red+Green+Blue) = 220+210+117=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD275 is #232D8A. Grayscale: #CACACA. Windows color (decimal): -2305419 or 7721692. OLE color: 7721692.
HSL color Cylindrical-coordinate representation of color #DCD275: hue angle of 54.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCD275 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 117 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.14 |
| HSL | 54.17º | 0.6% | 0.66% | - |
| HSV(B) | 54.17º | 0.47% | 0.86% | - |
| XYZ | 55.77 | 62.59 | 25.97 | - |
| YUV | 202.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 117 | 0 | 0.05 | 0.47 | 0.14 | 54.17 | 0.6 | 0.66 |
| Hex | DC | D2 | 75 | 0 | 5 | 2F | E | 36 | 3C | 42 |
| Octal | 334 | 322 | 165 | 0 | 5 | 57 | 16 | 66 | 74 | 102 |
| Binary | 11011100 | 11010010 | 1110101 | 0 | 101 | 101111 | 1110 | 110110 | 111100 | 1000010 |
Color Harmonies of #DCD275
Complementary color
Monochromatic Colors of #DCD275
Black with #DCD275
Text Example
Text Example
White with #DCD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD275; }
p { color: rgb(220,210,117); }
H1.HeaderClassName
{
color: #DCD275;
}
.AnyTagClassName
{
color: #DCD275;
}
</style>
background-color css
<style>
a { background-color: #DCD275; }
a { background-color: rgb(220,210,117); }
div.DivClassName
{
background-color: #DCD275;
}
.BgClassName
{
background-color: #DCD275;
}
</style>
border-color css
<style>
span { border-color: #DCD275; }
span { border-color: rgb(220,210,117); }
td.TdClassName
{
border-color: #DCD275;
}
.TagClassName
{
border-color: #DCD275;
}
</style>