Shades of Golden Yellow #DFDC07
Tints of Golden Yellow #DFDC07
RGB
CMYK
RGB Variations
Color information
#DFDC07 (or 0xDFDC07) is known color: Golden Yellow. HEX triplet: DF, DC and 07. RGB value is (223,220,7). Sum of RGB (Red+Green+Blue) = 223+220+7=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 7 (3.12% from 255 or 1.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDC07 is #2023F8. Grayscale: #C5C5C5. Windows color (decimal): -2106361 or 515295. OLE color: 515295.
HSL color Cylindrical-coordinate representation of color #DFDC07: hue angle of 59.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFDC07 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 7 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.13 |
| HSL | 59.17º | 0.94% | 0.45% | - |
| HSV(B) | 59.17º | 0.97% | 0.87% | - |
| XYZ | 56.06 | 66.89 | 10.16 | - |
| YUV | 196.62 | 20.99 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 7 | 0 | 0.01 | 0.97 | 0.13 | 59.17 | 0.94 | 0.45 |
| Hex | DF | DC | 7 | 0 | 1 | 61 | D | 3B | 5E | 2D |
| Octal | 337 | 334 | 7 | 0 | 1 | 141 | 15 | 73 | 136 | 55 |
| Binary | 11011111 | 11011100 | 111 | 0 | 1 | 1100001 | 1101 | 111011 | 1011110 | 101101 |
Color Harmonies of #DFDC07
Complementary color
Monochromatic Colors of #DFDC07
Black with #DFDC07
Text Example
Text Example
White with #DFDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC07; }
p { color: rgb(223,220,7); }
H1.HeaderClassName
{
color: #DFDC07;
}
.AnyTagClassName
{
color: #DFDC07;
}
</style>
background-color css
<style>
a { background-color: #DFDC07; }
a { background-color: rgb(223,220,7); }
div.DivClassName
{
background-color: #DFDC07;
}
.BgClassName
{
background-color: #DFDC07;
}
</style>
border-color css
<style>
span { border-color: #DFDC07; }
span { border-color: rgb(223,220,7); }
td.TdClassName
{
border-color: #DFDC07;
}
.TagClassName
{
border-color: #DFDC07;
}
</style>