Shades of Wild Rice #D5CD73
Tints of Wild Rice #D5CD73
RGB
CMYK
RGB Variations
Color information
#D5CD73 (or 0xD5CD73) is known color: Wild Rice. HEX triplet: D5, CD and 73. RGB value is (213,205,115). Sum of RGB (Red+Green+Blue) = 213+205+115=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CD73 is #2A328C. Grayscale: #C5C5C5. Windows color (decimal): -2765453 or 7589333. OLE color: 7589333.
HSL color Cylindrical-coordinate representation of color #D5CD73: hue angle of 55.1º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5CD73 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 205 | 115 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.16 |
| HSL | 55.1º | 0.54% | 0.64% | - |
| HSV(B) | 55.1º | 0.46% | 0.84% | - |
| XYZ | 52.37 | 59.05 | 24.86 | - |
| YUV | 197.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 115 | 0 | 0.04 | 0.46 | 0.16 | 55.1 | 0.54 | 0.64 |
| Hex | D5 | CD | 73 | 0 | 4 | 2E | 10 | 37 | 36 | 40 |
| Octal | 325 | 315 | 163 | 0 | 4 | 56 | 20 | 67 | 66 | 100 |
| Binary | 11010101 | 11001101 | 1110011 | 0 | 100 | 101110 | 10000 | 110111 | 110110 | 1000000 |
Color Harmonies of #D5CD73
Complementary color
Monochromatic Colors of #D5CD73
Black with #D5CD73
Text Example
Text Example
White with #D5CD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CD73; }
p { color: rgb(213,205,115); }
H1.HeaderClassName
{
color: #D5CD73;
}
.AnyTagClassName
{
color: #D5CD73;
}
</style>
background-color css
<style>
a { background-color: #D5CD73; }
a { background-color: rgb(213,205,115); }
div.DivClassName
{
background-color: #D5CD73;
}
.BgClassName
{
background-color: #D5CD73;
}
</style>
border-color css
<style>
span { border-color: #D5CD73; }
span { border-color: rgb(213,205,115); }
td.TdClassName
{
border-color: #D5CD73;
}
.TagClassName
{
border-color: #D5CD73;
}
</style>