Shades of Goldenrod #DFE078
Tints of Goldenrod #DFE078
RGB
CMYK
RGB Variations
Color information
#DFE078 (or 0xDFE078) is known color: Goldenrod. HEX triplet: DF, E0 and 78. RGB value is (223,224,120). Sum of RGB (Red+Green+Blue) = 223+224+120=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE078 is #201F87. Grayscale: #D4D4D4. Windows color (decimal): -2105224 or 7921887. OLE color: 7921887.
HSL color Cylindrical-coordinate representation of color #DFE078: hue angle of 60.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFE078 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 120 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.12 |
| HSL | 60.58º | 0.63% | 0.67% | - |
| HSV(B) | 60.58º | 0.46% | 0.88% | - |
| XYZ | 60.48 | 70.36 | 28.16 | - |
| YUV | 211.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 120 | 0.00 | 0 | 0.46 | 0.12 | 60.58 | 0.63 | 0.67 |
| Hex | DF | E0 | 78 | 0 | 0 | 2E | C | 3D | 3F | 43 |
| Octal | 337 | 340 | 170 | 0 | 0 | 56 | 14 | 75 | 77 | 103 |
| Binary | 11011111 | 11100000 | 1111000 | 0 | 0 | 101110 | 1100 | 111101 | 111111 | 1000011 |
Color Harmonies of #DFE078
Complementary color
Monochromatic Colors of #DFE078
Black with #DFE078
Text Example
Text Example
White with #DFE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE078; }
p { color: rgb(223,224,120); }
H1.HeaderClassName
{
color: #DFE078;
}
.AnyTagClassName
{
color: #DFE078;
}
</style>
background-color css
<style>
a { background-color: #DFE078; }
a { background-color: rgb(223,224,120); }
div.DivClassName
{
background-color: #DFE078;
}
.BgClassName
{
background-color: #DFE078;
}
</style>
border-color css
<style>
span { border-color: #DFE078; }
span { border-color: rgb(223,224,120); }
td.TdClassName
{
border-color: #DFE078;
}
.TagClassName
{
border-color: #DFE078;
}
</style>