Html Css Color HEX #FFDF5D Mustard

📋 copy color: '#FFDF5D'

red 255 ◦ green 223 ◦ blue 93

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

Shades of Mustard #FFDF5D

Tints of Mustard #FFDF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.29%

R = 44.66%
G = 39.05%
B = 16.29%

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

#FFDF5D (or 0xFFDF5D) is known color: Mustard. HEX triplet: FF, DF and 5D. RGB value is (255,223,93). Sum of RGB (Red+Green+Blue) = 255+223+93=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 93 (36.72% from 255 or 16.29% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF5D is #0020A2. Grayscale: #DADADA. Windows color (decimal): -8355 or 6152191. OLE color: 6152191.

HSL color Cylindrical-coordinate representation of color #FFDF5D: hue angle of 48.15º 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 #FFDF5D is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 223 93 -
CMYK 0 0.13 0.64 0
HSL 48.15º 1% 0.68% -
HSV(B) 48.15º 0.64% 1% -
XYZ 69.6 74.83 21.13 -
YUV 217.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 255 223 93 0 0.13 0.64 0 48.15 1 0.68
Hex FF DF 5D 0 D 40 0 30 64 44
Octal 377 337 135 0 15 100 0 60 144 104
Binary 11111111 11011111 1011101 0 1101 1000000 0 110000 1100100 1000100

Color Harmonies of #FFDF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF5D

Black with #FFDF5D

Text Example


Text Example

White with #FFDF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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