Shades of Goldenrod #DCE07E
Tints of Goldenrod #DCE07E
RGB
CMYK
RGB Variations
Color information
#DCE07E (or 0xDCE07E) is known color: Goldenrod. HEX triplet: DC, E0 and 7E. RGB value is (220,224,126). Sum of RGB (Red+Green+Blue) = 220+224+126=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE07E is #231F81. Grayscale: #D4D4D4. Windows color (decimal): -2301826 or 8315100. OLE color: 8315100.
HSL color Cylindrical-coordinate representation of color #DCE07E: hue angle of 62.45º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCE07E is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 126 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.12 |
| HSL | 62.45º | 0.61% | 0.69% | - |
| HSV(B) | 62.45º | 0.44% | 0.88% | - |
| XYZ | 59.94 | 70.03 | 30.1 | - |
| YUV | 211.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 126 | 0.02 | 0 | 0.44 | 0.12 | 62.45 | 0.61 | 0.69 |
| Hex | DC | E0 | 7E | 2 | 0 | 2C | C | 3E | 3D | 45 |
| Octal | 334 | 340 | 176 | 2 | 0 | 54 | 14 | 76 | 75 | 105 |
| Binary | 11011100 | 11100000 | 1111110 | 10 | 0 | 101100 | 1100 | 111110 | 111101 | 1000101 |
Color Harmonies of #DCE07E
Complementary color
Monochromatic Colors of #DCE07E
Black with #DCE07E
Text Example
Text Example
White with #DCE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE07E; }
p { color: rgb(220,224,126); }
H1.HeaderClassName
{
color: #DCE07E;
}
.AnyTagClassName
{
color: #DCE07E;
}
</style>
background-color css
<style>
a { background-color: #DCE07E; }
a { background-color: rgb(220,224,126); }
div.DivClassName
{
background-color: #DCE07E;
}
.BgClassName
{
background-color: #DCE07E;
}
</style>
border-color css
<style>
span { border-color: #DCE07E; }
span { border-color: rgb(220,224,126); }
td.TdClassName
{
border-color: #DCE07E;
}
.TagClassName
{
border-color: #DCE07E;
}
</style>