Shades of Wild Rice #D6CF78
Tints of Wild Rice #D6CF78
RGB
CMYK
RGB Variations
Color information
#D6CF78 (or 0xD6CF78) is known color: Wild Rice. HEX triplet: D6, CF and 78. RGB value is (214,207,120). Sum of RGB (Red+Green+Blue) = 214+207+120=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF78 is #293087. Grayscale: #C7C7C7. Windows color (decimal): -2699400 or 7917526. OLE color: 7917526.
HSL color Cylindrical-coordinate representation of color #D6CF78: hue angle of 55.53º 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 #D6CF78 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 120 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.16 |
| HSL | 55.53º | 0.53% | 0.65% | - |
| HSV(B) | 55.53º | 0.44% | 0.84% | - |
| XYZ | 53.43 | 60.28 | 26.59 | - |
| YUV | 199.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 120 | 0 | 0.03 | 0.44 | 0.16 | 55.53 | 0.53 | 0.65 |
| Hex | D6 | CF | 78 | 0 | 3 | 2C | 10 | 38 | 35 | 41 |
| Octal | 326 | 317 | 170 | 0 | 3 | 54 | 20 | 70 | 65 | 101 |
| Binary | 11010110 | 11001111 | 1111000 | 0 | 11 | 101100 | 10000 | 111000 | 110101 | 1000001 |
Color Harmonies of #D6CF78
Complementary color
Monochromatic Colors of #D6CF78
Black with #D6CF78
Text Example
Text Example
White with #D6CF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF78; }
p { color: rgb(214,207,120); }
H1.HeaderClassName
{
color: #D6CF78;
}
.AnyTagClassName
{
color: #D6CF78;
}
</style>
background-color css
<style>
a { background-color: #D6CF78; }
a { background-color: rgb(214,207,120); }
div.DivClassName
{
background-color: #D6CF78;
}
.BgClassName
{
background-color: #D6CF78;
}
</style>
border-color css
<style>
span { border-color: #D6CF78; }
span { border-color: rgb(214,207,120); }
td.TdClassName
{
border-color: #D6CF78;
}
.TagClassName
{
border-color: #D6CF78;
}
</style>