Shades of Wild Rice #D7CE78
Tints of Wild Rice #D7CE78
RGB
CMYK
RGB Variations
Color information
#D7CE78 (or 0xD7CE78) is known color: Wild Rice. HEX triplet: D7, CE and 78. RGB value is (215,206,120). Sum of RGB (Red+Green+Blue) = 215+206+120=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CE78 is #283187. Grayscale: #C7C7C7. Windows color (decimal): -2634120 or 7917271. OLE color: 7917271.
HSL color Cylindrical-coordinate representation of color #D7CE78: hue angle of 54.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7CE78 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 120 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.16 |
| HSL | 54.32º | 0.54% | 0.66% | - |
| HSV(B) | 54.32º | 0.44% | 0.84% | - |
| XYZ | 53.49 | 59.95 | 26.52 | - |
| YUV | 198.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 120 | 0 | 0.04 | 0.44 | 0.16 | 54.32 | 0.54 | 0.66 |
| Hex | D7 | CE | 78 | 0 | 4 | 2C | 10 | 36 | 36 | 42 |
| Octal | 327 | 316 | 170 | 0 | 4 | 54 | 20 | 66 | 66 | 102 |
| Binary | 11010111 | 11001110 | 1111000 | 0 | 100 | 101100 | 10000 | 110110 | 110110 | 1000010 |
Color Harmonies of #D7CE78
Complementary color
Monochromatic Colors of #D7CE78
Black with #D7CE78
Text Example
Text Example
White with #D7CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CE78; }
p { color: rgb(215,206,120); }
H1.HeaderClassName
{
color: #D7CE78;
}
.AnyTagClassName
{
color: #D7CE78;
}
</style>
background-color css
<style>
a { background-color: #D7CE78; }
a { background-color: rgb(215,206,120); }
div.DivClassName
{
background-color: #D7CE78;
}
.BgClassName
{
background-color: #D7CE78;
}
</style>
border-color css
<style>
span { border-color: #D7CE78; }
span { border-color: rgb(215,206,120); }
td.TdClassName
{
border-color: #D7CE78;
}
.TagClassName
{
border-color: #D7CE78;
}
</style>