Shades of Wild Rice #D4CB72
Tints of Wild Rice #D4CB72
RGB
CMYK
RGB Variations
Color information
#D4CB72 (or 0xD4CB72) is known color: Wild Rice. HEX triplet: D4, CB and 72. RGB value is (212,203,114). Sum of RGB (Red+Green+Blue) = 212+203+114=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB72 is #2B348D. Grayscale: #C3C3C3. Windows color (decimal): -2831502 or 7523284. OLE color: 7523284.
HSL color Cylindrical-coordinate representation of color #D4CB72: hue angle of 54.49º 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 #D4CB72 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 114 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.17 |
| HSL | 54.49º | 0.53% | 0.64% | - |
| HSV(B) | 54.49º | 0.46% | 0.83% | - |
| XYZ | 51.54 | 57.92 | 24.38 | - |
| YUV | 195.55 | 81.98 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 114 | 0 | 0.04 | 0.46 | 0.17 | 54.49 | 0.53 | 0.64 |
| Hex | D4 | CB | 72 | 0 | 4 | 2E | 11 | 36 | 35 | 40 |
| Octal | 324 | 313 | 162 | 0 | 4 | 56 | 21 | 66 | 65 | 100 |
| Binary | 11010100 | 11001011 | 1110010 | 0 | 100 | 101110 | 10001 | 110110 | 110101 | 1000000 |
Color Harmonies of #D4CB72
Complementary color
Monochromatic Colors of #D4CB72
Black with #D4CB72
Text Example
Text Example
White with #D4CB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB72; }
p { color: rgb(212,203,114); }
H1.HeaderClassName
{
color: #D4CB72;
}
.AnyTagClassName
{
color: #D4CB72;
}
</style>
background-color css
<style>
a { background-color: #D4CB72; }
a { background-color: rgb(212,203,114); }
div.DivClassName
{
background-color: #D4CB72;
}
.BgClassName
{
background-color: #D4CB72;
}
</style>
border-color css
<style>
span { border-color: #D4CB72; }
span { border-color: rgb(212,203,114); }
td.TdClassName
{
border-color: #D4CB72;
}
.TagClassName
{
border-color: #D4CB72;
}
</style>