Shades of Golden Yellow #FFDC00
Tints of Golden Yellow #FFDC00
RGB
CMYK
RGB Variations
Color information
#FFDC00 (or 0xFFDC00) is known color: Golden Yellow. HEX triplet: FF, DC and 00. RGB value is (255,220,0). Sum of RGB (Red+Green+Blue) = 255+220+0=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC00 is #0023FF. Grayscale: #CECECE. Windows color (decimal): -9216 or 56575. OLE color: 56575.
HSL color Cylindrical-coordinate representation of color #FFDC00: hue angle of 51.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFDC00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0 |
| HSL | 51.76º | 1% | 0.5% | - |
| HSV(B) | 51.76º | 1% | 1% | - |
| XYZ | 66.83 | 72.45 | 10.46 | - |
| YUV | 205.39 | 12.1 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 0 | 0 | 0.14 | 1 | 0 | 51.76 | 1 | 0.5 |
| Hex | FF | DC | 0 | 0 | E | 64 | 0 | 34 | 64 | 32 |
| Octal | 377 | 334 | 0 | 0 | 16 | 144 | 0 | 64 | 144 | 62 |
| Binary | 11111111 | 11011100 | 0 | 0 | 1110 | 1100100 | 0 | 110100 | 1100100 | 110010 |
Color Harmonies of #FFDC00
Complementary color
Monochromatic Colors of #FFDC00
Black with #FFDC00
Text Example
Text Example
White with #FFDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC00; }
p { color: rgb(255,220,0); }
H1.HeaderClassName
{
color: #FFDC00;
}
.AnyTagClassName
{
color: #FFDC00;
}
</style>
background-color css
<style>
a { background-color: #FFDC00; }
a { background-color: rgb(255,220,0); }
div.DivClassName
{
background-color: #FFDC00;
}
.BgClassName
{
background-color: #FFDC00;
}
</style>
border-color css
<style>
span { border-color: #FFDC00; }
span { border-color: rgb(255,220,0); }
td.TdClassName
{
border-color: #FFDC00;
}
.TagClassName
{
border-color: #FFDC00;
}
</style>