Shades of Wild Rice #D8CE77
Tints of Wild Rice #D8CE77
RGB
CMYK
RGB Variations
Color information
#D8CE77 (or 0xD8CE77) is known color: Wild Rice. HEX triplet: D8, CE and 77. RGB value is (216,206,119). Sum of RGB (Red+Green+Blue) = 216+206+119=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 119 (46.88% from 255 or 22.00% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE77 is #273188. Grayscale: #C7C7C7. Windows color (decimal): -2568585 or 7851736. OLE color: 7851736.
HSL color Cylindrical-coordinate representation of color #D8CE77: hue angle of 53.81º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8CE77 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 119 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.15 |
| HSL | 53.81º | 0.55% | 0.66% | - |
| HSV(B) | 53.81º | 0.45% | 0.85% | - |
| XYZ | 53.72 | 60.07 | 26.22 | - |
| YUV | 199.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 119 | 0 | 0.05 | 0.45 | 0.15 | 53.81 | 0.55 | 0.66 |
| Hex | D8 | CE | 77 | 0 | 5 | 2D | F | 36 | 37 | 42 |
| Octal | 330 | 316 | 167 | 0 | 5 | 55 | 17 | 66 | 67 | 102 |
| Binary | 11011000 | 11001110 | 1110111 | 0 | 101 | 101101 | 1111 | 110110 | 110111 | 1000010 |
Color Harmonies of #D8CE77
Complementary color
Monochromatic Colors of #D8CE77
Black with #D8CE77
Text Example
Text Example
White with #D8CE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE77; }
p { color: rgb(216,206,119); }
H1.HeaderClassName
{
color: #D8CE77;
}
.AnyTagClassName
{
color: #D8CE77;
}
</style>
background-color css
<style>
a { background-color: #D8CE77; }
a { background-color: rgb(216,206,119); }
div.DivClassName
{
background-color: #D8CE77;
}
.BgClassName
{
background-color: #D8CE77;
}
</style>
border-color css
<style>
span { border-color: #D8CE77; }
span { border-color: rgb(216,206,119); }
td.TdClassName
{
border-color: #D8CE77;
}
.TagClassName
{
border-color: #D8CE77;
}
</style>