#ffda52

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

Shades of Mustard #FFDA52

Tints of Mustard #FFDA52

Color information

#FFDA52 (or 0xFFDA52) is unknown color: approx Mustard. HEX triplet: FF, DA and 52. RGB value is (255,218,82). Sum of RGB (Red+Green+Blue) = 255+218+82=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 82 (32.42% from 255 or 14.77% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDA52 is #0025AD. Grayscale: #D6D6D6. Windows color (decimal): -9646 or 5430015. OLE color: 5430015.

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

Color convert

RGB25521882-
CMYK00.150.680
HSL47.17º100%66.08%-
HSV(B)47.17º67.84%100%-
XYZ67.8372.0118.31-
YUV213.5653.76157.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 82 (32.42% from 255) = 14.77%
R=45.95%
G=39.28%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552188200.150.68047.1710066.08
HexFFDA520F4402f6442
Octal377332122017104057144102
Binary11111111110110101010010011111000100010111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffda52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffda52; }

 p { color: rgb(255,218,82); }

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

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

 a { background-color: rgb(255,218,82); }

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

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

 span { border-color: rgb(255,218,82); }

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