#FFDA54

Color #FFDA54 Mustard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mustard #FFDA54

Tints of Mustard #FFDA54

Color information

#FFDA54 (or 0xFFDA54) is unknown color: approx Mustard. HEX triplet: FF, DA and 54. RGB value is (255,218,84). Sum of RGB (Red+Green+Blue) = 255+218+84=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 84 (33.20% from 255 or 15.08% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA54 is #0025AB. Grayscale: #D6D6D6. Windows color (decimal): -9644 or 5561087. OLE color: 5561087.

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

Color convert

RGB25521884-
CMYK00.150.670
HSL47.02º100%66.47%-
HSV(B)47.02º67.06%100%-
XYZ67.9172.0418.71-
YUV213.7954.76157.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 84 (33.20% from 255) = 15.08%
R=45.78%
G=39.14%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552188400.150.67047.0210066.47
HexFFDA540F4302f6442
Octal377332124017103057144102
Binary11111111110110101010100011111000011010111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDA54; }

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

 H1.HeaderClassName
 {
   color: #FFDA54;
 }
 .AnyTagClassName
 {
   color: #FFDA54;
 }
</style>
background-color css

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

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

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

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

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

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