Html Css Color HEX #FFDF5B Mustard

📋 copy color: '#FFDF5B'

red 255 ◦ green 223 ◦ blue 91

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

Shades of Mustard #FFDF5B

Tints of Mustard #FFDF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.99%

R = 44.82%
G = 39.19%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFDF5B (or 0xFFDF5B) is known color: Mustard. HEX triplet: FF, DF and 5B. RGB value is (255,223,91). Sum of RGB (Red+Green+Blue) = 255+223+91=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 91 (35.94% from 255 or 15.99% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF5B is #0020A4. Grayscale: #DADADA. Windows color (decimal): -8357 or 6021119. OLE color: 6021119.

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

Color convert

RGB 255 223 91 -
CMYK 0 0.13 0.64 0
HSL 48.29º 1% 0.68% -
HSV(B) 48.29º 0.64% 1% -
XYZ 69.52 74.79 20.67 -
YUV 217.52 56.6 154.73 -
System Red Green Blue C M Y K H S L
Decimal 255 223 91 0 0.13 0.64 0 48.29 1 0.68
Hex FF DF 5B 0 D 40 0 30 64 44
Octal 377 337 133 0 15 100 0 60 144 104
Binary 11111111 11011111 1011011 0 1101 1000000 0 110000 1100100 1000100

Color Harmonies of #FFDF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF5B

Black with #FFDF5B

Text Example


Text Example

White with #FFDF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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