Shades of Golden Yellow #DFDE04
Tints of Golden Yellow #DFDE04
RGB
CMYK
RGB Variations
Color information
#DFDE04 (or 0xDFDE04) is known color: Golden Yellow. HEX triplet: DF, DE and 04. RGB value is (223,222,4). Sum of RGB (Red+Green+Blue) = 223+222+4=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDE04 is #2021FB. Grayscale: #C6C6C6. Windows color (decimal): -2105852 or 319199. OLE color: 319199.
HSL color Cylindrical-coordinate representation of color #DFDE04: hue angle of 59.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFDE04 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 4 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.13 |
| HSL | 59.73º | 0.96% | 0.45% | - |
| HSV(B) | 59.73º | 0.98% | 0.87% | - |
| XYZ | 56.57 | 67.94 | 10.25 | - |
| YUV | 197.45 | 18.83 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 4 | 0 | 0.00 | 0.98 | 0.13 | 59.73 | 0.96 | 0.45 |
| Hex | DF | DE | 4 | 0 | 0 | 62 | D | 3C | 60 | 2D |
| Octal | 337 | 336 | 4 | 0 | 0 | 142 | 15 | 74 | 140 | 55 |
| Binary | 11011111 | 11011110 | 100 | 0 | 0 | 1100010 | 1101 | 111100 | 1100000 | 101101 |
Color Harmonies of #DFDE04
Complementary color
Monochromatic Colors of #DFDE04
Black with #DFDE04
Text Example
Text Example
White with #DFDE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE04; }
p { color: rgb(223,222,4); }
H1.HeaderClassName
{
color: #DFDE04;
}
.AnyTagClassName
{
color: #DFDE04;
}
</style>
background-color css
<style>
a { background-color: #DFDE04; }
a { background-color: rgb(223,222,4); }
div.DivClassName
{
background-color: #DFDE04;
}
.BgClassName
{
background-color: #DFDE04;
}
</style>
border-color css
<style>
span { border-color: #DFDE04; }
span { border-color: rgb(223,222,4); }
td.TdClassName
{
border-color: #DFDE04;
}
.TagClassName
{
border-color: #DFDE04;
}
</style>