Shades of Wild Rice #D3CB71
Tints of Wild Rice #D3CB71
RGB
CMYK
RGB Variations
Color information
#D3CB71 (or 0xD3CB71) is known color: Wild Rice. HEX triplet: D3, CB and 71. RGB value is (211,203,113). Sum of RGB (Red+Green+Blue) = 211+203+113=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CB71 is #2C348E. Grayscale: #C3C3C3. Windows color (decimal): -2897039 or 7457747. OLE color: 7457747.
HSL color Cylindrical-coordinate representation of color #D3CB71: hue angle of 55.1º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3CB71 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 113 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.17 |
| HSL | 55.1º | 0.53% | 0.64% | - |
| HSV(B) | 55.1º | 0.46% | 0.83% | - |
| XYZ | 51.2 | 57.75 | 24.07 | - |
| YUV | 195.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 113 | 0 | 0.04 | 0.46 | 0.17 | 55.1 | 0.53 | 0.64 |
| Hex | D3 | CB | 71 | 0 | 4 | 2E | 11 | 37 | 35 | 40 |
| Octal | 323 | 313 | 161 | 0 | 4 | 56 | 21 | 67 | 65 | 100 |
| Binary | 11010011 | 11001011 | 1110001 | 0 | 100 | 101110 | 10001 | 110111 | 110101 | 1000000 |
Color Harmonies of #D3CB71
Complementary color
Monochromatic Colors of #D3CB71
Black with #D3CB71
Text Example
Text Example
White with #D3CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CB71; }
p { color: rgb(211,203,113); }
H1.HeaderClassName
{
color: #D3CB71;
}
.AnyTagClassName
{
color: #D3CB71;
}
</style>
background-color css
<style>
a { background-color: #D3CB71; }
a { background-color: rgb(211,203,113); }
div.DivClassName
{
background-color: #D3CB71;
}
.BgClassName
{
background-color: #D3CB71;
}
</style>
border-color css
<style>
span { border-color: #D3CB71; }
span { border-color: rgb(211,203,113); }
td.TdClassName
{
border-color: #D3CB71;
}
.TagClassName
{
border-color: #D3CB71;
}
</style>