#FFDC57

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

Shades of Mustard #FFDC57

Tints of Mustard #FFDC57

Color information

#FFDC57 (or 0xFFDC57) is unknown color: approx Mustard. HEX triplet: FF, DC and 57. RGB value is (255,220,87). Sum of RGB (Red+Green+Blue) = 255+220+87=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 87 (34.38% from 255 or 15.48% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC57 is #0023A8. Grayscale: #D7D7D7. Windows color (decimal): -9129 or 5758207. OLE color: 5758207.

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

Color convert

RGB25522087-
CMYK00.140.660
HSL47.5º100%67.06%-
HSV(B)47.5º65.88%100%-
XYZ68.5573.1319.52-
YUV215.355.6156.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 220 (86.33% from 255) = 39.15%
BLUE value IS 87 (34.38% from 255) = 15.48%
R=45.37%
G=39.15%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552208700.140.66047.510067.06
HexFFDC570E420306443
Octal377334127016102060144103
Binary11111111110111001010111011101000010011000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC57; }

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

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

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

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

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

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

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

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