#FFDE5D

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

Shades of Mustard #FFDE5D

Tints of Mustard #FFDE5D

Color information

#FFDE5D (or 0xFFDE5D) is unknown color: approx Mustard. HEX triplet: FF, DE and 5D. RGB value is (255,222,93). Sum of RGB (Red+Green+Blue) = 255+222+93=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 93 (36.72% from 255 or 16.32% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE5D is #0021A2. Grayscale: #D9D9D9. Windows color (decimal): -8611 or 6151935. OLE color: 6151935.

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

Color convert

RGB25522293-
CMYK00.130.640
HSL47.78º100%68.24%-
HSV(B)47.78º63.53%100%-
XYZ69.3474.2921.04-
YUV217.1657.93154.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 93 (36.72% from 255) = 16.32%
R=44.74%
G=38.95%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552229300.130.64047.7810068.24
HexFFDE5D0D400306444
Octal377336135015100060144104
Binary11111111110111101011101011011000000011000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE5D; }

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

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

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

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

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

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

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

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