Shades of Goldenrod #DCE074
Tints of Goldenrod #DCE074
RGB
CMYK
RGB Variations
Color information
#DCE074 (or 0xDCE074) is known color: Goldenrod. HEX triplet: DC, E0 and 74. RGB value is (220,224,116). Sum of RGB (Red+Green+Blue) = 220+224+116=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE074 is #231F8B. Grayscale: #D2D2D2. Windows color (decimal): -2301836 or 7659740. OLE color: 7659740.
HSL color Cylindrical-coordinate representation of color #DCE074: hue angle of 62.22º 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 #DCE074 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 116 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.12 |
| HSL | 62.22º | 0.64% | 0.67% | - |
| HSV(B) | 62.22º | 0.48% | 0.88% | - |
| XYZ | 59.32 | 69.79 | 26.87 | - |
| YUV | 210.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 116 | 0.02 | 0 | 0.48 | 0.12 | 62.22 | 0.64 | 0.67 |
| Hex | DC | E0 | 74 | 2 | 0 | 30 | C | 3E | 40 | 43 |
| Octal | 334 | 340 | 164 | 2 | 0 | 60 | 14 | 76 | 100 | 103 |
| Binary | 11011100 | 11100000 | 1110100 | 10 | 0 | 110000 | 1100 | 111110 | 1000000 | 1000011 |
Color Harmonies of #DCE074
Complementary color
Monochromatic Colors of #DCE074
Black with #DCE074
Text Example
Text Example
White with #DCE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE074; }
p { color: rgb(220,224,116); }
H1.HeaderClassName
{
color: #DCE074;
}
.AnyTagClassName
{
color: #DCE074;
}
</style>
background-color css
<style>
a { background-color: #DCE074; }
a { background-color: rgb(220,224,116); }
div.DivClassName
{
background-color: #DCE074;
}
.BgClassName
{
background-color: #DCE074;
}
</style>
border-color css
<style>
span { border-color: #DCE074; }
span { border-color: rgb(220,224,116); }
td.TdClassName
{
border-color: #DCE074;
}
.TagClassName
{
border-color: #DCE074;
}
</style>