Shades of Golden Yellow #FFDC04
Tints of Golden Yellow #FFDC04
RGB
CMYK
RGB Variations
Color information
#FFDC04 (or 0xFFDC04) is known color: Golden Yellow. HEX triplet: FF, DC and 04. RGB value is (255,220,4). Sum of RGB (Red+Green+Blue) = 255+220+4=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 4 (1.95% from 255 or 0.84% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC04 is #0023FB. Grayscale: #CECECE. Windows color (decimal): -9212 or 318719. OLE color: 318719.
HSL color Cylindrical-coordinate representation of color #FFDC04: hue angle of 51.63º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFDC04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0 |
| HSL | 51.63º | 1% | 0.51% | - |
| HSV(B) | 51.63º | 0.98% | 1% | - |
| XYZ | 66.86 | 72.46 | 10.58 | - |
| YUV | 205.84 | 14.1 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 4 | 0 | 0.14 | 0.98 | 0 | 51.63 | 1 | 0.51 |
| Hex | FF | DC | 4 | 0 | E | 62 | 0 | 34 | 64 | 33 |
| Octal | 377 | 334 | 4 | 0 | 16 | 142 | 0 | 64 | 144 | 63 |
| Binary | 11111111 | 11011100 | 100 | 0 | 1110 | 1100010 | 0 | 110100 | 1100100 | 110011 |
Color Harmonies of #FFDC04
Complementary color
Monochromatic Colors of #FFDC04
Black with #FFDC04
Text Example
Text Example
White with #FFDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC04; }
p { color: rgb(255,220,4); }
H1.HeaderClassName
{
color: #FFDC04;
}
.AnyTagClassName
{
color: #FFDC04;
}
</style>
background-color css
<style>
a { background-color: #FFDC04; }
a { background-color: rgb(255,220,4); }
div.DivClassName
{
background-color: #FFDC04;
}
.BgClassName
{
background-color: #FFDC04;
}
</style>
border-color css
<style>
span { border-color: #FFDC04; }
span { border-color: rgb(255,220,4); }
td.TdClassName
{
border-color: #FFDC04;
}
.TagClassName
{
border-color: #FFDC04;
}
</style>