Shades of Golden Yellow #FFDF07
Tints of Golden Yellow #FFDF07
RGB
CMYK
RGB Variations
Color information
#FFDF07 (or 0xFFDF07) is known color: Golden Yellow. HEX triplet: FF, DF and 07. RGB value is (255,223,7). Sum of RGB (Red+Green+Blue) = 255+223+7=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 7 (3.12% from 255 or 1.44% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF07 is #0020F8. Grayscale: #D0D0D0. Windows color (decimal): -8441 or 516095. OLE color: 516095.
HSL color Cylindrical-coordinate representation of color #FFDF07: hue angle of 52.26º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFDF07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0 |
| HSL | 52.26º | 1% | 0.51% | - |
| HSV(B) | 52.26º | 0.97% | 1% | - |
| XYZ | 67.67 | 74.05 | 10.93 | - |
| YUV | 207.94 | 14.6 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 7 | 0 | 0.13 | 0.97 | 0 | 52.26 | 1 | 0.51 |
| Hex | FF | DF | 7 | 0 | D | 61 | 0 | 34 | 64 | 33 |
| Octal | 377 | 337 | 7 | 0 | 15 | 141 | 0 | 64 | 144 | 63 |
| Binary | 11111111 | 11011111 | 111 | 0 | 1101 | 1100001 | 0 | 110100 | 1100100 | 110011 |
Color Harmonies of #FFDF07
Complementary color
Monochromatic Colors of #FFDF07
Black with #FFDF07
Text Example
Text Example
White with #FFDF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF07; }
p { color: rgb(255,223,7); }
H1.HeaderClassName
{
color: #FFDF07;
}
.AnyTagClassName
{
color: #FFDF07;
}
</style>
background-color css
<style>
a { background-color: #FFDF07; }
a { background-color: rgb(255,223,7); }
div.DivClassName
{
background-color: #FFDF07;
}
.BgClassName
{
background-color: #FFDF07;
}
</style>
border-color css
<style>
span { border-color: #FFDF07; }
span { border-color: rgb(255,223,7); }
td.TdClassName
{
border-color: #FFDF07;
}
.TagClassName
{
border-color: #FFDF07;
}
</style>