Shades of Energy Yellow #FFDC46
Tints of Energy Yellow #FFDC46
RGB
CMYK
RGB Variations
Color information
#FFDC46 (or 0xFFDC46) is known color: Energy Yellow. HEX triplet: FF, DC and 46. RGB value is (255,220,70). Sum of RGB (Red+Green+Blue) = 255+220+70=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 70 (27.73% from 255 or 12.84% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC46 is #0023B9. Grayscale: #D5D5D5. Windows color (decimal): -9146 or 4644095. OLE color: 4644095.
HSL color Cylindrical-coordinate representation of color #FFDC46: hue angle of 48.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFDC46 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 70 | - |
| CMYK | 0 | 0.14 | 0.73 | 0 |
| HSL | 48.65º | 1% | 0.64% | - |
| HSV(B) | 48.65º | 0.73% | 1% | - |
| XYZ | 67.94 | 72.89 | 16.28 | - |
| YUV | 213.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 70 | 0 | 0.14 | 0.73 | 0 | 48.65 | 1 | 0.64 |
| Hex | FF | DC | 46 | 0 | E | 49 | 0 | 31 | 64 | 40 |
| Octal | 377 | 334 | 106 | 0 | 16 | 111 | 0 | 61 | 144 | 100 |
| Binary | 11111111 | 11011100 | 1000110 | 0 | 1110 | 1001001 | 0 | 110001 | 1100100 | 1000000 |
Color Harmonies of #FFDC46
Complementary color
Monochromatic Colors of #FFDC46
Black with #FFDC46
Text Example
Text Example
White with #FFDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC46; }
p { color: rgb(255,220,70); }
H1.HeaderClassName
{
color: #FFDC46;
}
.AnyTagClassName
{
color: #FFDC46;
}
</style>
background-color css
<style>
a { background-color: #FFDC46; }
a { background-color: rgb(255,220,70); }
div.DivClassName
{
background-color: #FFDC46;
}
.BgClassName
{
background-color: #FFDC46;
}
</style>
border-color css
<style>
span { border-color: #FFDC46; }
span { border-color: rgb(255,220,70); }
td.TdClassName
{
border-color: #FFDC46;
}
.TagClassName
{
border-color: #FFDC46;
}
</style>