#FFDC5C

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

Shades of Mustard #FFDC5C

Tints of Mustard #FFDC5C

Color information

#FFDC5C (or 0xFFDC5C) is unknown color: approx Mustard. HEX triplet: FF, DC and 5C. RGB value is (255,220,92). Sum of RGB (Red+Green+Blue) = 255+220+92=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 92 (36.33% from 255 or 16.23% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC5C is #0023A3. Grayscale: #D8D8D8. Windows color (decimal): -9124 or 6085887. OLE color: 6085887.

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

Color convert

RGB25522092-
CMYK00.140.640
HSL47.12º100%68.04%-
HSV(B)47.12º63.92%100%-
XYZ68.7673.2220.63-
YUV215.8758.1155.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 92 (36.33% from 255) = 16.23%
R=44.97%
G=38.80%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552209200.140.64047.1210068.04
HexFFDC5C0E4002f6444
Octal377334134016100057144104
Binary11111111110111001011100011101000000010111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC5C; }

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

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

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

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

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

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

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

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