Shades of Wild Rice #D5CE78
Tints of Wild Rice #D5CE78
RGB
CMYK
RGB Variations
Color information
#D5CE78 (or 0xD5CE78) is known color: Wild Rice. HEX triplet: D5, CE and 78. RGB value is (213,206,120). Sum of RGB (Red+Green+Blue) = 213+206+120=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE78 is #2A3187. Grayscale: #C6C6C6. Windows color (decimal): -2765192 or 7917269. OLE color: 7917269.
HSL color Cylindrical-coordinate representation of color #D5CE78: hue angle of 55.48º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5CE78 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 120 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.16 |
| HSL | 55.48º | 0.53% | 0.65% | - |
| HSV(B) | 55.48º | 0.44% | 0.84% | - |
| XYZ | 52.9 | 59.64 | 26.49 | - |
| YUV | 198.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 120 | 0 | 0.03 | 0.44 | 0.16 | 55.48 | 0.53 | 0.65 |
| Hex | D5 | CE | 78 | 0 | 3 | 2C | 10 | 37 | 35 | 41 |
| Octal | 325 | 316 | 170 | 0 | 3 | 54 | 20 | 67 | 65 | 101 |
| Binary | 11010101 | 11001110 | 1111000 | 0 | 11 | 101100 | 10000 | 110111 | 110101 | 1000001 |
Color Harmonies of #D5CE78
Complementary color
Monochromatic Colors of #D5CE78
Black with #D5CE78
Text Example
Text Example
White with #D5CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE78; }
p { color: rgb(213,206,120); }
H1.HeaderClassName
{
color: #D5CE78;
}
.AnyTagClassName
{
color: #D5CE78;
}
</style>
background-color css
<style>
a { background-color: #D5CE78; }
a { background-color: rgb(213,206,120); }
div.DivClassName
{
background-color: #D5CE78;
}
.BgClassName
{
background-color: #D5CE78;
}
</style>
border-color css
<style>
span { border-color: #D5CE78; }
span { border-color: rgb(213,206,120); }
td.TdClassName
{
border-color: #D5CE78;
}
.TagClassName
{
border-color: #D5CE78;
}
</style>