Shades of Wild Rice #DCD780
Tints of Wild Rice #DCD780
RGB
CMYK
RGB Variations
Color information
#DCD780 (or 0xDCD780) is known color: Wild Rice. HEX triplet: DC, D7 and 80. RGB value is (220,215,128). Sum of RGB (Red+Green+Blue) = 220+215+128=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD780 is #23287F. Grayscale: #CECECE. Windows color (decimal): -2304128 or 8443868. OLE color: 8443868.
HSL color Cylindrical-coordinate representation of color #DCD780: hue angle of 56.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCD780 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 128 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.14 |
| HSL | 56.74º | 0.57% | 0.68% | - |
| HSV(B) | 56.74º | 0.42% | 0.86% | - |
| XYZ | 57.71 | 65.38 | 30 | - |
| YUV | 206.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 128 | 0 | 0.02 | 0.42 | 0.14 | 56.74 | 0.57 | 0.68 |
| Hex | DC | D7 | 80 | 0 | 2 | 2A | E | 39 | 39 | 44 |
| Octal | 334 | 327 | 200 | 0 | 2 | 52 | 16 | 71 | 71 | 104 |
| Binary | 11011100 | 11010111 | 10000000 | 0 | 10 | 101010 | 1110 | 111001 | 111001 | 1000100 |
Color Harmonies of #DCD780
Complementary color
Monochromatic Colors of #DCD780
Black with #DCD780
Text Example
Text Example
White with #DCD780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD780; }
p { color: rgb(220,215,128); }
H1.HeaderClassName
{
color: #DCD780;
}
.AnyTagClassName
{
color: #DCD780;
}
</style>
background-color css
<style>
a { background-color: #DCD780; }
a { background-color: rgb(220,215,128); }
div.DivClassName
{
background-color: #DCD780;
}
.BgClassName
{
background-color: #DCD780;
}
</style>
border-color css
<style>
span { border-color: #DCD780; }
span { border-color: rgb(220,215,128); }
td.TdClassName
{
border-color: #DCD780;
}
.TagClassName
{
border-color: #DCD780;
}
</style>