Shades of Wild Rice #D7CB73
Tints of Wild Rice #D7CB73
RGB
CMYK
RGB Variations
Color information
#D7CB73 (or 0xD7CB73) is known color: Wild Rice. HEX triplet: D7, CB and 73. RGB value is (215,203,115). Sum of RGB (Red+Green+Blue) = 215+203+115=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB73 is #28348C. Grayscale: #C4C4C4. Windows color (decimal): -2634893 or 7588823. OLE color: 7588823.
HSL color Cylindrical-coordinate representation of color #D7CB73: hue angle of 52.8º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7CB73 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 115 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.16 |
| HSL | 52.8º | 0.56% | 0.65% | - |
| HSV(B) | 52.8º | 0.47% | 0.84% | - |
| XYZ | 52.47 | 58.4 | 24.73 | - |
| YUV | 196.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 115 | 0 | 0.06 | 0.47 | 0.16 | 52.8 | 0.56 | 0.65 |
| Hex | D7 | CB | 73 | 0 | 6 | 2F | 10 | 35 | 38 | 41 |
| Octal | 327 | 313 | 163 | 0 | 6 | 57 | 20 | 65 | 70 | 101 |
| Binary | 11010111 | 11001011 | 1110011 | 0 | 110 | 101111 | 10000 | 110101 | 111000 | 1000001 |
Color Harmonies of #D7CB73
Complementary color
Monochromatic Colors of #D7CB73
Black with #D7CB73
Text Example
Text Example
White with #D7CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB73; }
p { color: rgb(215,203,115); }
H1.HeaderClassName
{
color: #D7CB73;
}
.AnyTagClassName
{
color: #D7CB73;
}
</style>
background-color css
<style>
a { background-color: #D7CB73; }
a { background-color: rgb(215,203,115); }
div.DivClassName
{
background-color: #D7CB73;
}
.BgClassName
{
background-color: #D7CB73;
}
</style>
border-color css
<style>
span { border-color: #D7CB73; }
span { border-color: rgb(215,203,115); }
td.TdClassName
{
border-color: #D7CB73;
}
.TagClassName
{
border-color: #D7CB73;
}
</style>