#FFDE5C

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

Shades of Mustard #FFDE5C

Tints of Mustard #FFDE5C

Color information

#FFDE5C (or 0xFFDE5C) is unknown color: approx Mustard. HEX triplet: FF, DE and 5C. RGB value is (255,222,92). Sum of RGB (Red+Green+Blue) = 255+222+92=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 92 (36.33% from 255 or 16.17% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE5C is #0021A3. Grayscale: #D9D9D9. Windows color (decimal): -8612 or 6086399. OLE color: 6086399.

HSL color Cylindrical-coordinate representation of color #FFDE5C: hue angle of 47.85º 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 #FFDE5C is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25522292-
CMYK00.130.640
HSL47.85º100%68.04%-
HSV(B)47.85º63.92%100%-
XYZ69.2974.2820.81-
YUV217.0557.43155.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 222 (87.11% from 255) = 39.02%
BLUE value IS 92 (36.33% from 255) = 16.17%
R=44.82%
G=39.02%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552229200.130.64047.8510068.04
HexFFDE5C0D400306444
Octal377336134015100060144104
Binary11111111110111101011100011011000000011000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE5C; }

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

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

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

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

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

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

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

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