Shades of Wild Rice #D8CE6A
Tints of Wild Rice #D8CE6A
RGB
CMYK
RGB Variations
Color information
#D8CE6A (or 0xD8CE6A) is known color: Wild Rice. HEX triplet: D8, CE and 6A. RGB value is (216,206,106). Sum of RGB (Red+Green+Blue) = 216+206+106=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE6A is #273195. Grayscale: #C5C5C5. Windows color (decimal): -2568598 or 6999768. OLE color: 6999768.
HSL color Cylindrical-coordinate representation of color #D8CE6A: hue angle of 54.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8CE6A is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 106 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.15 |
| HSL | 54.55º | 0.59% | 0.63% | - |
| HSV(B) | 54.55º | 0.51% | 0.85% | - |
| XYZ | 52.99 | 59.78 | 22.38 | - |
| YUV | 197.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 106 | 0 | 0.05 | 0.51 | 0.15 | 54.55 | 0.59 | 0.63 |
| Hex | D8 | CE | 6A | 0 | 5 | 33 | F | 37 | 3B | 3F |
| Octal | 330 | 316 | 152 | 0 | 5 | 63 | 17 | 67 | 73 | 77 |
| Binary | 11011000 | 11001110 | 1101010 | 0 | 101 | 110011 | 1111 | 110111 | 111011 | 111111 |
Color Harmonies of #D8CE6A
Complementary color
Monochromatic Colors of #D8CE6A
Black with #D8CE6A
Text Example
Text Example
White with #D8CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE6A; }
p { color: rgb(216,206,106); }
H1.HeaderClassName
{
color: #D8CE6A;
}
.AnyTagClassName
{
color: #D8CE6A;
}
</style>
background-color css
<style>
a { background-color: #D8CE6A; }
a { background-color: rgb(216,206,106); }
div.DivClassName
{
background-color: #D8CE6A;
}
.BgClassName
{
background-color: #D8CE6A;
}
</style>
border-color css
<style>
span { border-color: #D8CE6A; }
span { border-color: rgb(216,206,106); }
td.TdClassName
{
border-color: #D8CE6A;
}
.TagClassName
{
border-color: #D8CE6A;
}
</style>