Html Css Color HEX #FFDC01 Golden Yellow

📋 copy color: '#FFDC01'

red 255 ◦ green 220 ◦ blue 1

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

Shades of Golden Yellow #FFDC01

Tints of Golden Yellow #FFDC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 53.57%
G = 46.22%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFDC01 (or 0xFFDC01) is known color: Golden Yellow. HEX triplet: FF, DC and 01. RGB value is (255,220,1). Sum of RGB (Red+Green+Blue) = 255+220+1=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 1 (0.78% from 255 or 0.21% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC01 is #0023FE. Grayscale: #CECECE. Windows color (decimal): -9215 or 122111. OLE color: 122111.

HSL color Cylindrical-coordinate representation of color #FFDC01: hue angle of 51.73º 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 #FFDC01 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 220 1 -
CMYK 0 0.14 1.00 0
HSL 51.73º 1% 0.5% -
HSV(B) 51.73º 1% 1% -
XYZ 66.84 72.45 10.49 -
YUV 205.5 12.6 163.31 -
System Red Green Blue C M Y K H S L
Decimal 255 220 1 0 0.14 1.00 0 51.73 1 0.5
Hex FF DC 1 0 E 64 0 34 64 32
Octal 377 334 1 0 16 144 0 64 144 62
Binary 11111111 11011100 1 0 1110 1100100 0 110100 1100100 110010

Color Harmonies of #FFDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC01

Black with #FFDC01

Text Example


Text Example

White with #FFDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC01; }

 p { color: rgb(255,220,1); }

 H1.HeaderClassName
 {
   color: #FFDC01;
 }
 .AnyTagClassName
 {
   color: #FFDC01;
 }
</style>

background-color css

<style>
 a { background-color: #FFDC01; }

 a { background-color: rgb(255,220,1); }

 div.DivClassName
 {
   background-color: #FFDC01;
 }
 .BgClassName
 {
   background-color: #FFDC01;
 }
</style>

border-color css

<style>
 span { border-color: #FFDC01; }

 span { border-color: rgb(255,220,1); }

 td.TdClassName
 {
   border-color: #FFDC01;
 }
 .TagClassName
 {
   border-color: #FFDC01;
 }
</style>