Shades of Wild Rice #D6CB71
Tints of Wild Rice #D6CB71
RGB
CMYK
RGB Variations
Color information
#D6CB71 (or 0xD6CB71) is known color: Wild Rice. HEX triplet: D6, CB and 71. RGB value is (214,203,113). Sum of RGB (Red+Green+Blue) = 214+203+113=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB71 is #29348E. Grayscale: #C4C4C4. Windows color (decimal): -2700431 or 7457750. OLE color: 7457750.
HSL color Cylindrical-coordinate representation of color #D6CB71: hue angle of 53.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6CB71 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 113 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.16 |
| HSL | 53.47º | 0.55% | 0.64% | - |
| HSV(B) | 53.47º | 0.47% | 0.84% | - |
| XYZ | 52.07 | 58.2 | 24.11 | - |
| YUV | 196.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 113 | 0 | 0.05 | 0.47 | 0.16 | 53.47 | 0.55 | 0.64 |
| Hex | D6 | CB | 71 | 0 | 5 | 2F | 10 | 35 | 37 | 40 |
| Octal | 326 | 313 | 161 | 0 | 5 | 57 | 20 | 65 | 67 | 100 |
| Binary | 11010110 | 11001011 | 1110001 | 0 | 101 | 101111 | 10000 | 110101 | 110111 | 1000000 |
Color Harmonies of #D6CB71
Complementary color
Monochromatic Colors of #D6CB71
Black with #D6CB71
Text Example
Text Example
White with #D6CB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB71; }
p { color: rgb(214,203,113); }
H1.HeaderClassName
{
color: #D6CB71;
}
.AnyTagClassName
{
color: #D6CB71;
}
</style>
background-color css
<style>
a { background-color: #D6CB71; }
a { background-color: rgb(214,203,113); }
div.DivClassName
{
background-color: #D6CB71;
}
.BgClassName
{
background-color: #D6CB71;
}
</style>
border-color css
<style>
span { border-color: #D6CB71; }
span { border-color: rgb(214,203,113); }
td.TdClassName
{
border-color: #D6CB71;
}
.TagClassName
{
border-color: #D6CB71;
}
</style>