Shades of Goldenrod #DFE068
Tints of Goldenrod #DFE068
RGB
CMYK
RGB Variations
Color information
#DFE068 (or 0xDFE068) is known color: Goldenrod. HEX triplet: DF, E0 and 68. RGB value is (223,224,104). Sum of RGB (Red+Green+Blue) = 223+224+104=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE068 is #201F97. Grayscale: #D2D2D2. Windows color (decimal): -2105240 or 6873311. OLE color: 6873311.
HSL color Cylindrical-coordinate representation of color #DFE068: hue angle of 60.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFE068 is Cyan = 0.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 104 | - |
| CMYK | 0.00 | 0 | 0.54 | 0.12 |
| HSL | 60.5º | 0.66% | 0.64% | - |
| HSV(B) | 60.5º | 0.54% | 0.88% | - |
| XYZ | 59.59 | 70 | 23.47 | - |
| YUV | 210.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 104 | 0.00 | 0 | 0.54 | 0.12 | 60.5 | 0.66 | 0.64 |
| Hex | DF | E0 | 68 | 0 | 0 | 36 | C | 3C | 42 | 40 |
| Octal | 337 | 340 | 150 | 0 | 0 | 66 | 14 | 74 | 102 | 100 |
| Binary | 11011111 | 11100000 | 1101000 | 0 | 0 | 110110 | 1100 | 111100 | 1000010 | 1000000 |
Color Harmonies of #DFE068
Complementary color
Monochromatic Colors of #DFE068
Black with #DFE068
Text Example
Text Example
White with #DFE068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE068; }
p { color: rgb(223,224,104); }
H1.HeaderClassName
{
color: #DFE068;
}
.AnyTagClassName
{
color: #DFE068;
}
</style>
background-color css
<style>
a { background-color: #DFE068; }
a { background-color: rgb(223,224,104); }
div.DivClassName
{
background-color: #DFE068;
}
.BgClassName
{
background-color: #DFE068;
}
</style>
border-color css
<style>
span { border-color: #DFE068; }
span { border-color: rgb(223,224,104); }
td.TdClassName
{
border-color: #DFE068;
}
.TagClassName
{
border-color: #DFE068;
}
</style>