Shades of Goldenrod #D6E076
Tints of Goldenrod #D6E076
RGB
CMYK
RGB Variations
Color information
#D6E076 (or 0xD6E076) is known color: Goldenrod. HEX triplet: D6, E0 and 76. RGB value is (214,224,118). Sum of RGB (Red+Green+Blue) = 214+224+118=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E076 is #291F89. Grayscale: #D1D1D1. Windows color (decimal): -2695050 or 7790806. OLE color: 7790806.
HSL color Cylindrical-coordinate representation of color #D6E076: hue angle of 65.66º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6E076 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 118 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.12 |
| HSL | 65.66º | 0.63% | 0.67% | - |
| HSV(B) | 65.66º | 0.47% | 0.88% | - |
| XYZ | 57.66 | 68.92 | 27.4 | - |
| YUV | 208.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 118 | 0.04 | 0 | 0.47 | 0.12 | 65.66 | 0.63 | 0.67 |
| Hex | D6 | E0 | 76 | 4 | 0 | 2F | C | 42 | 3F | 43 |
| Octal | 326 | 340 | 166 | 4 | 0 | 57 | 14 | 102 | 77 | 103 |
| Binary | 11010110 | 11100000 | 1110110 | 100 | 0 | 101111 | 1100 | 1000010 | 111111 | 1000011 |
Color Harmonies of #D6E076
Complementary color
Monochromatic Colors of #D6E076
Black with #D6E076
Text Example
Text Example
White with #D6E076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E076; }
p { color: rgb(214,224,118); }
H1.HeaderClassName
{
color: #D6E076;
}
.AnyTagClassName
{
color: #D6E076;
}
</style>
background-color css
<style>
a { background-color: #D6E076; }
a { background-color: rgb(214,224,118); }
div.DivClassName
{
background-color: #D6E076;
}
.BgClassName
{
background-color: #D6E076;
}
</style>
border-color css
<style>
span { border-color: #D6E076; }
span { border-color: rgb(214,224,118); }
td.TdClassName
{
border-color: #D6E076;
}
.TagClassName
{
border-color: #D6E076;
}
</style>