Html Css Color HEX #FFDF5C Mustard

📋 copy color: '#FFDF5C'

red 255 ◦ green 223 ◦ blue 92

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

Shades of Mustard #FFDF5C

Tints of Mustard #FFDF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.14%

R = 44.74%
G = 39.12%
B = 16.14%

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

#FFDF5C (or 0xFFDF5C) is known color: Mustard. HEX triplet: FF, DF and 5C. RGB value is (255,223,92). Sum of RGB (Red+Green+Blue) = 255+223+92=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 92 (36.33% from 255 or 16.14% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDF5C is #0020A3. Grayscale: #DADADA. Windows color (decimal): -8356 or 6086655. OLE color: 6086655.

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

Color convert

RGB 255 223 92 -
CMYK 0 0.13 0.64 0
HSL 48.22º 1% 0.68% -
HSV(B) 48.22º 0.64% 1% -
XYZ 69.56 74.81 20.9 -
YUV 217.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 255 223 92 0 0.13 0.64 0 48.22 1 0.68
Hex FF DF 5C 0 D 40 0 30 64 44
Octal 377 337 134 0 15 100 0 60 144 104
Binary 11111111 11011111 1011100 0 1101 1000000 0 110000 1100100 1000100

Color Harmonies of #FFDF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF5C

Black with #FFDF5C

Text Example


Text Example

White with #FFDF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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