Html Css Color HEX #FFDC46 Energy Yellow

📋 copy color: '#FFDC46'

red 255 ◦ green 220 ◦ blue 70

#FFDC46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Energy Yellow #FFDC46

Tints of Energy Yellow #FFDC46

RGB

 RED value IS 255 (100% from 255) = 46.79%

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 70 (27.73% from 255) = 12.84%

R = 46.79%
G = 40.37%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

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

Triadic Colors

Analogous colors

Split complements colors

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>