Shades of Goldenrod #DCE079
Tints of Goldenrod #DCE079
RGB
CMYK
RGB Variations
Color information
#DCE079 (or 0xDCE079) is known color: Goldenrod. HEX triplet: DC, E0 and 79. RGB value is (220,224,121). Sum of RGB (Red+Green+Blue) = 220+224+121=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE079 is #231F86. Grayscale: #D3D3D3. Windows color (decimal): -2301831 or 7987420. OLE color: 7987420.
HSL color Cylindrical-coordinate representation of color #DCE079: hue angle of 62.33º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCE079 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 121 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.12 |
| HSL | 62.33º | 0.62% | 0.68% | - |
| HSV(B) | 62.33º | 0.46% | 0.88% | - |
| XYZ | 59.62 | 69.91 | 28.44 | - |
| YUV | 211.06 | 77.17 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 121 | 0.02 | 0 | 0.46 | 0.12 | 62.33 | 0.62 | 0.68 |
| Hex | DC | E0 | 79 | 2 | 0 | 2E | C | 3E | 3E | 44 |
| Octal | 334 | 340 | 171 | 2 | 0 | 56 | 14 | 76 | 76 | 104 |
| Binary | 11011100 | 11100000 | 1111001 | 10 | 0 | 101110 | 1100 | 111110 | 111110 | 1000100 |
Color Harmonies of #DCE079
Complementary color
Monochromatic Colors of #DCE079
Black with #DCE079
Text Example
Text Example
White with #DCE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE079; }
p { color: rgb(220,224,121); }
H1.HeaderClassName
{
color: #DCE079;
}
.AnyTagClassName
{
color: #DCE079;
}
</style>
background-color css
<style>
a { background-color: #DCE079; }
a { background-color: rgb(220,224,121); }
div.DivClassName
{
background-color: #DCE079;
}
.BgClassName
{
background-color: #DCE079;
}
</style>
border-color css
<style>
span { border-color: #DCE079; }
span { border-color: rgb(220,224,121); }
td.TdClassName
{
border-color: #DCE079;
}
.TagClassName
{
border-color: #DCE079;
}
</style>