#FDDC56

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

Shades of Mustard #FDDC56

Tints of Mustard #FDDC56

Color information

#FDDC56 (or 0xFDDC56) is unknown color: approx Mustard. HEX triplet: FD, DC and 56. RGB value is (253,220,86). Sum of RGB (Red+Green+Blue) = 253+220+86=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 86 (33.98% from 255 or 15.38% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC56 is #0223A9. Grayscale: #D7D7D7. Windows color (decimal): -140202 or 5692669. OLE color: 5692669.

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

Color convert

RGB25322086-
CMYK00.130.660.01
HSL48.14º97.66%66.47%-
HSV(B)48.14º66.01%99.22%-
XYZ67.7872.7419.27-
YUV214.5955.43155.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 86 (33.98% from 255) = 15.38%
R=45.26%
G=39.36%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532208600.130.660.0148.1497.6666.47
HexFDDC560D421306242
Octal375334126015102160142102
Binary11111101110111001010110011011000010111000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC56; }

 p { color: rgb(253,220,86); }

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

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

 a { background-color: rgb(253,220,86); }

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

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

 span { border-color: rgb(253,220,86); }

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