Shades of Goldenrod #D6E074
Tints of Goldenrod #D6E074
RGB
CMYK
RGB Variations
Color information
#D6E074 (or 0xD6E074) is known color: Goldenrod. HEX triplet: D6, E0 and 74. RGB value is (214,224,116). Sum of RGB (Red+Green+Blue) = 214+224+116=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E074 is #291F8B. Grayscale: #D1D1D1. Windows color (decimal): -2695052 or 7659734. OLE color: 7659734.
HSL color Cylindrical-coordinate representation of color #D6E074: hue angle of 65.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6E074 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 116 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.12 |
| HSL | 65.56º | 0.64% | 0.67% | - |
| HSV(B) | 65.56º | 0.48% | 0.88% | - |
| XYZ | 57.54 | 68.87 | 26.78 | - |
| YUV | 208.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 116 | 0.04 | 0 | 0.48 | 0.12 | 65.56 | 0.64 | 0.67 |
| Hex | D6 | E0 | 74 | 4 | 0 | 30 | C | 42 | 40 | 43 |
| Octal | 326 | 340 | 164 | 4 | 0 | 60 | 14 | 102 | 100 | 103 |
| Binary | 11010110 | 11100000 | 1110100 | 100 | 0 | 110000 | 1100 | 1000010 | 1000000 | 1000011 |
Color Harmonies of #D6E074
Complementary color
Monochromatic Colors of #D6E074
Black with #D6E074
Text Example
Text Example
White with #D6E074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E074; }
p { color: rgb(214,224,116); }
H1.HeaderClassName
{
color: #D6E074;
}
.AnyTagClassName
{
color: #D6E074;
}
</style>
background-color css
<style>
a { background-color: #D6E074; }
a { background-color: rgb(214,224,116); }
div.DivClassName
{
background-color: #D6E074;
}
.BgClassName
{
background-color: #D6E074;
}
</style>
border-color css
<style>
span { border-color: #D6E074; }
span { border-color: rgb(214,224,116); }
td.TdClassName
{
border-color: #D6E074;
}
.TagClassName
{
border-color: #D6E074;
}
</style>