#FFDE5B

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

Shades of Mustard #FFDE5B

Tints of Mustard #FFDE5B

Color information

#FFDE5B (or 0xFFDE5B) is unknown color: approx Mustard. HEX triplet: FF, DE and 5B. RGB value is (255,222,91). Sum of RGB (Red+Green+Blue) = 255+222+91=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 91 (35.94% from 255 or 16.02% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE5B is #0021A4. Grayscale: #D9D9D9. Windows color (decimal): -8613 or 6020863. OLE color: 6020863.

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

Color convert

RGB25522291-
CMYK00.130.640
HSL47.93º100%67.84%-
HSV(B)47.93º64.31%100%-
XYZ69.2574.2620.58-
YUV216.9356.93155.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 222 (87.11% from 255) = 39.08%
BLUE value IS 91 (35.94% from 255) = 16.02%
R=44.89%
G=39.08%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552229100.130.64047.9310067.84
HexFFDE5B0D400306444
Octal377336133015100060144104
Binary11111111110111101011011011011000000011000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE5B; }

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

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

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

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

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

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

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

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