#FFDE58

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

Shades of Mustard #FFDE58

Tints of Mustard #FFDE58

Color information

#FFDE58 (or 0xFFDE58) is unknown color: approx Mustard. HEX triplet: FF, DE and 58. RGB value is (255,222,88). Sum of RGB (Red+Green+Blue) = 255+222+88=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 88 (34.77% from 255 or 15.58% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE58 is #0021A7. Grayscale: #D9D9D9. Windows color (decimal): -8616 or 5824255. OLE color: 5824255.

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

Color convert

RGB25522288-
CMYK00.130.650
HSL48.14º100%67.25%-
HSV(B)48.14º65.49%100%-
XYZ69.1274.2119.91-
YUV216.5955.43155.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 222 (87.11% from 255) = 39.29%
BLUE value IS 88 (34.77% from 255) = 15.58%
R=45.13%
G=39.29%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552228800.130.65048.1410067.25
HexFFDE580D410306443
Octal377336130015101060144103
Binary11111111110111101011000011011000001011000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE58; }

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

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

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

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

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

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

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

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