Html Css Color HEX #FFDA4E Mustard

📋 copy color: '#FFDA4E'

red 255 ◦ green 218 ◦ blue 78

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

Shades of Mustard #FFDA4E

Tints of Mustard #FFDA4E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.56%

 BLUE value IS 78 (30.86% from 255) = 14.16%

R = 46.28%
G = 39.56%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFDA4E (or 0xFFDA4E) is known color: Mustard. HEX triplet: FF, DA and 4E. RGB value is (255,218,78). Sum of RGB (Red+Green+Blue) = 255+218+78=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 78 (30.86% from 255 or 14.16% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA4E is #0025B1. Grayscale: #D5D5D5. Windows color (decimal): -9650 or 5167871. OLE color: 5167871.

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

Color convert

RGB 255 218 78 -
CMYK 0 0.15 0.69 0
HSL 47.46º 1% 0.65% -
HSV(B) 47.46º 0.69% 1% -
XYZ 67.69 71.95 17.53 -
YUV 213.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 255 218 78 0 0.15 0.69 0 47.46 1 0.65
Hex FF DA 4E 0 F 45 0 2F 64 41
Octal 377 332 116 0 17 105 0 57 144 101
Binary 11111111 11011010 1001110 0 1111 1000101 0 101111 1100100 1000001

Color Harmonies of #FFDA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDA4E

Black with #FFDA4E

Text Example


Text Example

White with #FFDA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDA4E; }

 p { color: rgb(255,218,78); }

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

background-color css

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

 a { background-color: rgb(255,218,78); }

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

border-color css

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

 span { border-color: rgb(255,218,78); }

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