Shades of Golden Yellow #FFDC07
Tints of Golden Yellow #FFDC07
RGB
CMYK
RGB Variations
Color information
#FFDC07 (or 0xFFDC07) is known color: Golden Yellow. HEX triplet: FF, DC and 07. RGB value is (255,220,7). Sum of RGB (Red+Green+Blue) = 255+220+7=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 7 (3.12% from 255 or 1.45% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC07 is #0023F8. Grayscale: #CFCFCF. Windows color (decimal): -9209 or 515327. OLE color: 515327.
HSL color Cylindrical-coordinate representation of color #FFDC07: hue angle of 51.53º 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 #FFDC07 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 7 | - |
| CMYK | 0 | 0.14 | 0.97 | 0 |
| HSL | 51.53º | 1% | 0.51% | - |
| HSV(B) | 51.53º | 0.97% | 1% | - |
| XYZ | 66.87 | 72.46 | 10.66 | - |
| YUV | 206.18 | 15.6 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 7 | 0 | 0.14 | 0.97 | 0 | 51.53 | 1 | 0.51 |
| Hex | FF | DC | 7 | 0 | E | 61 | 0 | 34 | 64 | 33 |
| Octal | 377 | 334 | 7 | 0 | 16 | 141 | 0 | 64 | 144 | 63 |
| Binary | 11111111 | 11011100 | 111 | 0 | 1110 | 1100001 | 0 | 110100 | 1100100 | 110011 |
Color Harmonies of #FFDC07
Complementary color
Monochromatic Colors of #FFDC07
Black with #FFDC07
Text Example
Text Example
White with #FFDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC07; }
p { color: rgb(255,220,7); }
H1.HeaderClassName
{
color: #FFDC07;
}
.AnyTagClassName
{
color: #FFDC07;
}
</style>
background-color css
<style>
a { background-color: #FFDC07; }
a { background-color: rgb(255,220,7); }
div.DivClassName
{
background-color: #FFDC07;
}
.BgClassName
{
background-color: #FFDC07;
}
</style>
border-color css
<style>
span { border-color: #FFDC07; }
span { border-color: rgb(255,220,7); }
td.TdClassName
{
border-color: #FFDC07;
}
.TagClassName
{
border-color: #FFDC07;
}
</style>