Shades of Wild Rice #D8CE78
Tints of Wild Rice #D8CE78
RGB
CMYK
RGB Variations
Color information
#D8CE78 (or 0xD8CE78) is known color: Wild Rice. HEX triplet: D8, CE and 78. RGB value is (216,206,120). Sum of RGB (Red+Green+Blue) = 216+206+120=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE78 is #273187. Grayscale: #C7C7C7. Windows color (decimal): -2568584 or 7917272. OLE color: 7917272.
HSL color Cylindrical-coordinate representation of color #D8CE78: hue angle of 53.75º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8CE78 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 120 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.15 |
| HSL | 53.75º | 0.55% | 0.66% | - |
| HSV(B) | 53.75º | 0.44% | 0.85% | - |
| XYZ | 53.78 | 60.1 | 26.53 | - |
| YUV | 199.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 120 | 0 | 0.05 | 0.44 | 0.15 | 53.75 | 0.55 | 0.66 |
| Hex | D8 | CE | 78 | 0 | 5 | 2C | F | 36 | 37 | 42 |
| Octal | 330 | 316 | 170 | 0 | 5 | 54 | 17 | 66 | 67 | 102 |
| Binary | 11011000 | 11001110 | 1111000 | 0 | 101 | 101100 | 1111 | 110110 | 110111 | 1000010 |
Color Harmonies of #D8CE78
Complementary color
Monochromatic Colors of #D8CE78
Black with #D8CE78
Text Example
Text Example
White with #D8CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE78; }
p { color: rgb(216,206,120); }
H1.HeaderClassName
{
color: #D8CE78;
}
.AnyTagClassName
{
color: #D8CE78;
}
</style>
background-color css
<style>
a { background-color: #D8CE78; }
a { background-color: rgb(216,206,120); }
div.DivClassName
{
background-color: #D8CE78;
}
.BgClassName
{
background-color: #D8CE78;
}
</style>
border-color css
<style>
span { border-color: #D8CE78; }
span { border-color: rgb(216,206,120); }
td.TdClassName
{
border-color: #D8CE78;
}
.TagClassName
{
border-color: #D8CE78;
}
</style>