Shades of Wild Rice #DCD274
Tints of Wild Rice #DCD274
RGB
CMYK
RGB Variations
Color information
#DCD274 (or 0xDCD274) is known color: Wild Rice. HEX triplet: DC, D2 and 74. RGB value is (220,210,116). Sum of RGB (Red+Green+Blue) = 220+210+116=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD274 is #232D8B. Grayscale: #CACACA. Windows color (decimal): -2305420 or 7656156. OLE color: 7656156.
HSL color Cylindrical-coordinate representation of color #DCD274: hue angle of 54.23º 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 #DCD274 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 116 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.14 |
| HSL | 54.23º | 0.6% | 0.66% | - |
| HSV(B) | 54.23º | 0.47% | 0.86% | - |
| XYZ | 55.71 | 62.57 | 25.66 | - |
| YUV | 202.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 116 | 0 | 0.05 | 0.47 | 0.14 | 54.23 | 0.6 | 0.66 |
| Hex | DC | D2 | 74 | 0 | 5 | 2F | E | 36 | 3C | 42 |
| Octal | 334 | 322 | 164 | 0 | 5 | 57 | 16 | 66 | 74 | 102 |
| Binary | 11011100 | 11010010 | 1110100 | 0 | 101 | 101111 | 1110 | 110110 | 111100 | 1000010 |
Color Harmonies of #DCD274
Complementary color
Monochromatic Colors of #DCD274
Black with #DCD274
Text Example
Text Example
White with #DCD274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD274; }
p { color: rgb(220,210,116); }
H1.HeaderClassName
{
color: #DCD274;
}
.AnyTagClassName
{
color: #DCD274;
}
</style>
background-color css
<style>
a { background-color: #DCD274; }
a { background-color: rgb(220,210,116); }
div.DivClassName
{
background-color: #DCD274;
}
.BgClassName
{
background-color: #DCD274;
}
</style>
border-color css
<style>
span { border-color: #DCD274; }
span { border-color: rgb(220,210,116); }
td.TdClassName
{
border-color: #DCD274;
}
.TagClassName
{
border-color: #DCD274;
}
</style>