Html Css Color HEX #FFDF4A Mustard

📋 copy color: '#FFDF4A'

red 255 ◦ green 223 ◦ blue 74

#FFDF4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mustard #FFDF4A

Tints of Mustard #FFDF4A

RGB

 RED value IS 255 (100% from 255) = 46.2%

 GREEN value IS 223 (87.5% from 255) = 40.4%

 BLUE value IS 74 (29.3% from 255) = 13.41%

R = 46.2%
G = 40.4%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFDF4A (or 0xFFDF4A) is known color: Mustard. HEX triplet: FF, DF and 4A. RGB value is (255,223,74). Sum of RGB (Red+Green+Blue) = 255+223+74=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 74 (29.30% from 255 or 13.41% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF4A is #0020B5. Grayscale: #D8D8D8. Windows color (decimal): -8374 or 4907007. OLE color: 4907007.

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

Color convert

RGB 255 223 74 -
CMYK 0 0.13 0.71 0
HSL 49.39º 1% 0.65% -
HSV(B) 49.39º 0.71% 1% -
XYZ 68.86 74.53 17.23 -
YUV 215.58 48.1 156.12 -
System Red Green Blue C M Y K H S L
Decimal 255 223 74 0 0.13 0.71 0 49.39 1 0.65
Hex FF DF 4A 0 D 47 0 31 64 41
Octal 377 337 112 0 15 107 0 61 144 101
Binary 11111111 11011111 1001010 0 1101 1000111 0 110001 1100100 1000001

Color Harmonies of #FFDF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF4A

Black with #FFDF4A

Text Example


Text Example

White with #FFDF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF4A; }

 p { color: rgb(255,223,74); }

 H1.HeaderClassName
 {
   color: #FFDF4A;
 }
 .AnyTagClassName
 {
   color: #FFDF4A;
 }
</style>

background-color css

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

 a { background-color: rgb(255,223,74); }

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

border-color css

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

 span { border-color: rgb(255,223,74); }

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