Shades of Wild Rice #D5CC72
Tints of Wild Rice #D5CC72
RGB
CMYK
RGB Variations
Color information
#D5CC72 (or 0xD5CC72) is known color: Wild Rice. HEX triplet: D5, CC and 72. RGB value is (213,204,114). Sum of RGB (Red+Green+Blue) = 213+204+114=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC72 is #2A338D. Grayscale: #C4C4C4. Windows color (decimal): -2765710 or 7523541. OLE color: 7523541.
HSL color Cylindrical-coordinate representation of color #D5CC72: hue angle of 54.55º 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 #D5CC72 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 114 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.16 |
| HSL | 54.55º | 0.54% | 0.64% | - |
| HSV(B) | 54.55º | 0.46% | 0.84% | - |
| XYZ | 52.07 | 58.55 | 24.48 | - |
| YUV | 196.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 114 | 0 | 0.04 | 0.46 | 0.16 | 54.55 | 0.54 | 0.64 |
| Hex | D5 | CC | 72 | 0 | 4 | 2E | 10 | 37 | 36 | 40 |
| Octal | 325 | 314 | 162 | 0 | 4 | 56 | 20 | 67 | 66 | 100 |
| Binary | 11010101 | 11001100 | 1110010 | 0 | 100 | 101110 | 10000 | 110111 | 110110 | 1000000 |
Color Harmonies of #D5CC72
Complementary color
Monochromatic Colors of #D5CC72
Black with #D5CC72
Text Example
Text Example
White with #D5CC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC72; }
p { color: rgb(213,204,114); }
H1.HeaderClassName
{
color: #D5CC72;
}
.AnyTagClassName
{
color: #D5CC72;
}
</style>
background-color css
<style>
a { background-color: #D5CC72; }
a { background-color: rgb(213,204,114); }
div.DivClassName
{
background-color: #D5CC72;
}
.BgClassName
{
background-color: #D5CC72;
}
</style>
border-color css
<style>
span { border-color: #D5CC72; }
span { border-color: rgb(213,204,114); }
td.TdClassName
{
border-color: #D5CC72;
}
.TagClassName
{
border-color: #D5CC72;
}
</style>