Shades of Wild Rice #DCCC73
Tints of Wild Rice #DCCC73
RGB
CMYK
RGB Variations
Color information
#DCCC73 (or 0xDCCC73) is known color: Wild Rice. HEX triplet: DC, CC and 73. RGB value is (220,204,115). Sum of RGB (Red+Green+Blue) = 220+204+115=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC73 is #23338C. Grayscale: #C7C7C7. Windows color (decimal): -2306957 or 7589084. OLE color: 7589084.
HSL color Cylindrical-coordinate representation of color #DCCC73: hue angle of 50.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCCC73 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 115 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.14 |
| HSL | 50.86º | 0.6% | 0.66% | - |
| HSV(B) | 50.86º | 0.48% | 0.86% | - |
| XYZ | 54.2 | 59.64 | 24.87 | - |
| YUV | 198.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 115 | 0 | 0.07 | 0.48 | 0.14 | 50.86 | 0.6 | 0.66 |
| Hex | DC | CC | 73 | 0 | 7 | 30 | E | 33 | 3C | 42 |
| Octal | 334 | 314 | 163 | 0 | 7 | 60 | 16 | 63 | 74 | 102 |
| Binary | 11011100 | 11001100 | 1110011 | 0 | 111 | 110000 | 1110 | 110011 | 111100 | 1000010 |
Color Harmonies of #DCCC73
Complementary color
Monochromatic Colors of #DCCC73
Black with #DCCC73
Text Example
Text Example
White with #DCCC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC73; }
p { color: rgb(220,204,115); }
H1.HeaderClassName
{
color: #DCCC73;
}
.AnyTagClassName
{
color: #DCCC73;
}
</style>
background-color css
<style>
a { background-color: #DCCC73; }
a { background-color: rgb(220,204,115); }
div.DivClassName
{
background-color: #DCCC73;
}
.BgClassName
{
background-color: #DCCC73;
}
</style>
border-color css
<style>
span { border-color: #DCCC73; }
span { border-color: rgb(220,204,115); }
td.TdClassName
{
border-color: #DCCC73;
}
.TagClassName
{
border-color: #DCCC73;
}
</style>