Html Css Color HEX #FFDF5E Mustard

📋 copy color: '#FFDF5E'

red 255 ◦ green 223 ◦ blue 94

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

Shades of Mustard #FFDF5E

Tints of Mustard #FFDF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.43%

R = 44.58%
G = 38.99%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFDF5E (or 0xFFDF5E) is known color: Mustard. HEX triplet: FF, DF and 5E. RGB value is (255,223,94). Sum of RGB (Red+Green+Blue) = 255+223+94=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 94 (37.11% from 255 or 16.43% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF5E is #0020A1. Grayscale: #DADADA. Windows color (decimal): -8354 or 6217727. OLE color: 6217727.

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

Color convert

RGB 255 223 94 -
CMYK 0 0.13 0.63 0
HSL 48.07º 1% 0.68% -
HSV(B) 48.07º 0.63% 1% -
XYZ 69.65 74.84 21.37 -
YUV 217.86 58.1 154.49 -
System Red Green Blue C M Y K H S L
Decimal 255 223 94 0 0.13 0.63 0 48.07 1 0.68
Hex FF DF 5E 0 D 3F 0 30 64 44
Octal 377 337 136 0 15 77 0 60 144 104
Binary 11111111 11011111 1011110 0 1101 111111 0 110000 1100100 1000100

Color Harmonies of #FFDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF5E

Black with #FFDF5E

Text Example


Text Example

White with #FFDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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