Shades of Wild Rice #DCD270
Tints of Wild Rice #DCD270
RGB
CMYK
RGB Variations
Color information
#DCD270 (or 0xDCD270) is known color: Wild Rice. HEX triplet: DC, D2 and 70. RGB value is (220,210,112). Sum of RGB (Red+Green+Blue) = 220+210+112=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD270 is #232D8F. Grayscale: #CACACA. Windows color (decimal): -2305424 or 7394012. OLE color: 7394012.
HSL color Cylindrical-coordinate representation of color #DCD270: hue angle of 54.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCD270 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 112 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.14 |
| HSL | 54.44º | 0.61% | 0.65% | - |
| HSV(B) | 54.44º | 0.49% | 0.86% | - |
| XYZ | 55.49 | 62.48 | 24.46 | - |
| YUV | 201.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 112 | 0 | 0.05 | 0.49 | 0.14 | 54.44 | 0.61 | 0.65 |
| Hex | DC | D2 | 70 | 0 | 5 | 31 | E | 36 | 3D | 41 |
| Octal | 334 | 322 | 160 | 0 | 5 | 61 | 16 | 66 | 75 | 101 |
| Binary | 11011100 | 11010010 | 1110000 | 0 | 101 | 110001 | 1110 | 110110 | 111101 | 1000001 |
Color Harmonies of #DCD270
Complementary color
Monochromatic Colors of #DCD270
Black with #DCD270
Text Example
Text Example
White with #DCD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD270; }
p { color: rgb(220,210,112); }
H1.HeaderClassName
{
color: #DCD270;
}
.AnyTagClassName
{
color: #DCD270;
}
</style>
background-color css
<style>
a { background-color: #DCD270; }
a { background-color: rgb(220,210,112); }
div.DivClassName
{
background-color: #DCD270;
}
.BgClassName
{
background-color: #DCD270;
}
</style>
border-color css
<style>
span { border-color: #DCD270; }
span { border-color: rgb(220,210,112); }
td.TdClassName
{
border-color: #DCD270;
}
.TagClassName
{
border-color: #DCD270;
}
</style>