Html Css Color HEX #FFDC03 Golden Yellow

📋 copy color: '#FFDC03'

red 255 ◦ green 220 ◦ blue 3

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

Shades of Golden Yellow #FFDC03

Tints of Golden Yellow #FFDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 53.35%
G = 46.03%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFDC03 (or 0xFFDC03) is known color: Golden Yellow. HEX triplet: FF, DC and 03. RGB value is (255,220,3). Sum of RGB (Red+Green+Blue) = 255+220+3=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 3 (1.56% from 255 or 0.63% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC03 is #0023FC. Grayscale: #CECECE. Windows color (decimal): -9213 or 253183. OLE color: 253183.

HSL color Cylindrical-coordinate representation of color #FFDC03: hue angle of 51.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFDC03 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 255 220 3 -
CMYK 0 0.14 0.99 0
HSL 51.67º 1% 0.51% -
HSV(B) 51.67º 0.99% 1% -
XYZ 66.85 72.45 10.55 -
YUV 205.73 13.6 163.14 -
System Red Green Blue C M Y K H S L
Decimal 255 220 3 0 0.14 0.99 0 51.67 1 0.51
Hex FF DC 3 0 E 63 0 34 64 33
Octal 377 334 3 0 16 143 0 64 144 63
Binary 11111111 11011100 11 0 1110 1100011 0 110100 1100100 110011

Color Harmonies of #FFDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC03

Black with #FFDC03

Text Example


Text Example

White with #FFDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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