Html Css Color HEX #FFDC50 Mustard

📋 copy color: '#FFDC50'

red 255 ◦ green 220 ◦ blue 80

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

Shades of Mustard #FFDC50

Tints of Mustard #FFDC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.41%

R = 45.95%
G = 39.64%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFDC50 (or 0xFFDC50) is known color: Mustard. HEX triplet: FF, DC and 50. RGB value is (255,220,80). Sum of RGB (Red+Green+Blue) = 255+220+80=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC50 is #0023AF. Grayscale: #D7D7D7. Windows color (decimal): -9136 or 5299455. OLE color: 5299455.

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

Color convert

RGB 255 220 80 -
CMYK 0 0.14 0.69 0
HSL 48º 1% 0.66% -
HSV(B) 48º 0.69% 1% -
XYZ 68.28 73.03 18.09 -
YUV 214.51 52.1 156.88 -
System Red Green Blue C M Y K H S L
Decimal 255 220 80 0 0.14 0.69 0 48 1 0.66
Hex FF DC 50 0 E 45 0 30 64 42
Octal 377 334 120 0 16 105 0 60 144 102
Binary 11111111 11011100 1010000 0 1110 1000101 0 110000 1100100 1000010

Color Harmonies of #FFDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC50

Black with #FFDC50

Text Example


Text Example

White with #FFDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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