Shades of Wild Rice #D6CC73
Tints of Wild Rice #D6CC73
RGB
CMYK
RGB Variations
Color information
#D6CC73 (or 0xD6CC73) is known color: Wild Rice. HEX triplet: D6, CC and 73. RGB value is (214,204,115). Sum of RGB (Red+Green+Blue) = 214+204+115=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC73 is #29338C. Grayscale: #C5C5C5. Windows color (decimal): -2700173 or 7589078. OLE color: 7589078.
HSL color Cylindrical-coordinate representation of color #D6CC73: hue angle of 53.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6CC73 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 115 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.16 |
| HSL | 53.94º | 0.55% | 0.65% | - |
| HSV(B) | 53.94º | 0.46% | 0.84% | - |
| XYZ | 52.42 | 58.72 | 24.79 | - |
| YUV | 196.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 115 | 0 | 0.05 | 0.46 | 0.16 | 53.94 | 0.55 | 0.65 |
| Hex | D6 | CC | 73 | 0 | 5 | 2E | 10 | 36 | 37 | 41 |
| Octal | 326 | 314 | 163 | 0 | 5 | 56 | 20 | 66 | 67 | 101 |
| Binary | 11010110 | 11001100 | 1110011 | 0 | 101 | 101110 | 10000 | 110110 | 110111 | 1000001 |
Color Harmonies of #D6CC73
Complementary color
Monochromatic Colors of #D6CC73
Black with #D6CC73
Text Example
Text Example
White with #D6CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC73; }
p { color: rgb(214,204,115); }
H1.HeaderClassName
{
color: #D6CC73;
}
.AnyTagClassName
{
color: #D6CC73;
}
</style>
background-color css
<style>
a { background-color: #D6CC73; }
a { background-color: rgb(214,204,115); }
div.DivClassName
{
background-color: #D6CC73;
}
.BgClassName
{
background-color: #D6CC73;
}
</style>
border-color css
<style>
span { border-color: #D6CC73; }
span { border-color: rgb(214,204,115); }
td.TdClassName
{
border-color: #D6CC73;
}
.TagClassName
{
border-color: #D6CC73;
}
</style>