Shades of Goldenrod #DFE07A
Tints of Goldenrod #DFE07A
RGB
CMYK
RGB Variations
Color information
#DFE07A (or 0xDFE07A) is known color: Goldenrod. HEX triplet: DF, E0 and 7A. RGB value is (223,224,122). Sum of RGB (Red+Green+Blue) = 223+224+122=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE07A is #201F85. Grayscale: #D4D4D4. Windows color (decimal): -2105222 or 8052959. OLE color: 8052959.
HSL color Cylindrical-coordinate representation of color #DFE07A: hue angle of 60.59º 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 #DFE07A is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 122 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.12 |
| HSL | 60.59º | 0.62% | 0.68% | - |
| HSV(B) | 60.59º | 0.46% | 0.88% | - |
| XYZ | 60.6 | 70.4 | 28.81 | - |
| YUV | 212.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 122 | 0.00 | 0 | 0.46 | 0.12 | 60.59 | 0.62 | 0.68 |
| Hex | DF | E0 | 7A | 0 | 0 | 2E | C | 3D | 3E | 44 |
| Octal | 337 | 340 | 172 | 0 | 0 | 56 | 14 | 75 | 76 | 104 |
| Binary | 11011111 | 11100000 | 1111010 | 0 | 0 | 101110 | 1100 | 111101 | 111110 | 1000100 |
Color Harmonies of #DFE07A
Complementary color
Monochromatic Colors of #DFE07A
Black with #DFE07A
Text Example
Text Example
White with #DFE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE07A; }
p { color: rgb(223,224,122); }
H1.HeaderClassName
{
color: #DFE07A;
}
.AnyTagClassName
{
color: #DFE07A;
}
</style>
background-color css
<style>
a { background-color: #DFE07A; }
a { background-color: rgb(223,224,122); }
div.DivClassName
{
background-color: #DFE07A;
}
.BgClassName
{
background-color: #DFE07A;
}
</style>
border-color css
<style>
span { border-color: #DFE07A; }
span { border-color: rgb(223,224,122); }
td.TdClassName
{
border-color: #DFE07A;
}
.TagClassName
{
border-color: #DFE07A;
}
</style>