Shades of Wild Rice #DCCC76
Tints of Wild Rice #DCCC76
RGB
CMYK
RGB Variations
Color information
#DCCC76 (or 0xDCCC76) is known color: Wild Rice. HEX triplet: DC, CC and 76. RGB value is (220,204,118). Sum of RGB (Red+Green+Blue) = 220+204+118=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC76 is #233389. Grayscale: #C7C7C7. Windows color (decimal): -2306954 or 7785692. OLE color: 7785692.
HSL color Cylindrical-coordinate representation of color #DCCC76: hue angle of 50.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCCC76 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 118 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.14 |
| HSL | 50.59º | 0.59% | 0.66% | - |
| HSV(B) | 50.59º | 0.46% | 0.86% | - |
| XYZ | 54.38 | 59.71 | 25.8 | - |
| YUV | 198.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 118 | 0 | 0.07 | 0.46 | 0.14 | 50.59 | 0.59 | 0.66 |
| Hex | DC | CC | 76 | 0 | 7 | 2E | E | 33 | 3B | 42 |
| Octal | 334 | 314 | 166 | 0 | 7 | 56 | 16 | 63 | 73 | 102 |
| Binary | 11011100 | 11001100 | 1110110 | 0 | 111 | 101110 | 1110 | 110011 | 111011 | 1000010 |
Color Harmonies of #DCCC76
Complementary color
Monochromatic Colors of #DCCC76
Black with #DCCC76
Text Example
Text Example
White with #DCCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC76; }
p { color: rgb(220,204,118); }
H1.HeaderClassName
{
color: #DCCC76;
}
.AnyTagClassName
{
color: #DCCC76;
}
</style>
background-color css
<style>
a { background-color: #DCCC76; }
a { background-color: rgb(220,204,118); }
div.DivClassName
{
background-color: #DCCC76;
}
.BgClassName
{
background-color: #DCCC76;
}
</style>
border-color css
<style>
span { border-color: #DCCC76; }
span { border-color: rgb(220,204,118); }
td.TdClassName
{
border-color: #DCCC76;
}
.TagClassName
{
border-color: #DCCC76;
}
</style>