Shades of Wild Rice #D5CB73
Tints of Wild Rice #D5CB73
RGB
CMYK
RGB Variations
Color information
#D5CB73 (or 0xD5CB73) is known color: Wild Rice. HEX triplet: D5, CB and 73. RGB value is (213,203,115). Sum of RGB (Red+Green+Blue) = 213+203+115=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB73 is #2A348C. Grayscale: #C4C4C4. Windows color (decimal): -2765965 or 7588821. OLE color: 7588821.
HSL color Cylindrical-coordinate representation of color #D5CB73: hue angle of 53.88º 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 #D5CB73 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 115 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.16 |
| HSL | 53.88º | 0.54% | 0.64% | - |
| HSV(B) | 53.88º | 0.46% | 0.84% | - |
| XYZ | 51.89 | 58.1 | 24.7 | - |
| YUV | 195.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 115 | 0 | 0.05 | 0.46 | 0.16 | 53.88 | 0.54 | 0.64 |
| Hex | D5 | CB | 73 | 0 | 5 | 2E | 10 | 36 | 36 | 40 |
| Octal | 325 | 313 | 163 | 0 | 5 | 56 | 20 | 66 | 66 | 100 |
| Binary | 11010101 | 11001011 | 1110011 | 0 | 101 | 101110 | 10000 | 110110 | 110110 | 1000000 |
Color Harmonies of #D5CB73
Complementary color
Monochromatic Colors of #D5CB73
Black with #D5CB73
Text Example
Text Example
White with #D5CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB73; }
p { color: rgb(213,203,115); }
H1.HeaderClassName
{
color: #D5CB73;
}
.AnyTagClassName
{
color: #D5CB73;
}
</style>
background-color css
<style>
a { background-color: #D5CB73; }
a { background-color: rgb(213,203,115); }
div.DivClassName
{
background-color: #D5CB73;
}
.BgClassName
{
background-color: #D5CB73;
}
</style>
border-color css
<style>
span { border-color: #D5CB73; }
span { border-color: rgb(213,203,115); }
td.TdClassName
{
border-color: #D5CB73;
}
.TagClassName
{
border-color: #D5CB73;
}
</style>