Shades of Wild Rice #D7CB74
Tints of Wild Rice #D7CB74
RGB
CMYK
RGB Variations
Color information
#D7CB74 (or 0xD7CB74) is known color: Wild Rice. HEX triplet: D7, CB and 74. RGB value is (215,203,116). Sum of RGB (Red+Green+Blue) = 215+203+116=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB74 is #28348B. Grayscale: #C5C5C5. Windows color (decimal): -2634892 or 7654359. OLE color: 7654359.
HSL color Cylindrical-coordinate representation of color #D7CB74: hue angle of 52.73º 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 #D7CB74 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 203 | 116 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.16 |
| HSL | 52.73º | 0.55% | 0.65% | - |
| HSV(B) | 52.73º | 0.46% | 0.84% | - |
| XYZ | 52.53 | 58.42 | 25.03 | - |
| YUV | 196.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 116 | 0 | 0.06 | 0.46 | 0.16 | 52.73 | 0.55 | 0.65 |
| Hex | D7 | CB | 74 | 0 | 6 | 2E | 10 | 35 | 37 | 41 |
| Octal | 327 | 313 | 164 | 0 | 6 | 56 | 20 | 65 | 67 | 101 |
| Binary | 11010111 | 11001011 | 1110100 | 0 | 110 | 101110 | 10000 | 110101 | 110111 | 1000001 |
Color Harmonies of #D7CB74
Complementary color
Monochromatic Colors of #D7CB74
Black with #D7CB74
Text Example
Text Example
White with #D7CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CB74; }
p { color: rgb(215,203,116); }
H1.HeaderClassName
{
color: #D7CB74;
}
.AnyTagClassName
{
color: #D7CB74;
}
</style>
background-color css
<style>
a { background-color: #D7CB74; }
a { background-color: rgb(215,203,116); }
div.DivClassName
{
background-color: #D7CB74;
}
.BgClassName
{
background-color: #D7CB74;
}
</style>
border-color css
<style>
span { border-color: #D7CB74; }
span { border-color: rgb(215,203,116); }
td.TdClassName
{
border-color: #D7CB74;
}
.TagClassName
{
border-color: #D7CB74;
}
</style>