Html Css Color HEX #FFDF5A Mustard

📋 copy color: '#FFDF5A'

red 255 ◦ green 223 ◦ blue 90

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

Shades of Mustard #FFDF5A

Tints of Mustard #FFDF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.85%

R = 44.89%
G = 39.26%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFDF5A (or 0xFFDF5A) is known color: Mustard. HEX triplet: FF, DF and 5A. RGB value is (255,223,90). Sum of RGB (Red+Green+Blue) = 255+223+90=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 90 (35.55% from 255 or 15.85% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF5A is #0020A5. Grayscale: #D9D9D9. Windows color (decimal): -8358 or 5955583. OLE color: 5955583.

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

Color convert

RGB 255 223 90 -
CMYK 0 0.13 0.65 0
HSL 48.36º 1% 0.68% -
HSV(B) 48.36º 0.65% 1% -
XYZ 69.47 74.77 20.44 -
YUV 217.41 56.1 154.81 -
System Red Green Blue C M Y K H S L
Decimal 255 223 90 0 0.13 0.65 0 48.36 1 0.68
Hex FF DF 5A 0 D 41 0 30 64 44
Octal 377 337 132 0 15 101 0 60 144 104
Binary 11111111 11011111 1011010 0 1101 1000001 0 110000 1100100 1000100

Color Harmonies of #FFDF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF5A

Black with #FFDF5A

Text Example


Text Example

White with #FFDF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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