Html Css Color HEX #FFDC5C Mustard

📋 copy color: '#FFDC5C'

red 255 ◦ green 220 ◦ blue 92

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

Shades of Mustard #FFDC5C

Tints of Mustard #FFDC5C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.8%

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

R = 44.97%
G = 38.8%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFDC5C (or 0xFFDC5C) is known color: Mustard. HEX triplet: FF, DC and 5C. RGB value is (255,220,92). Sum of RGB (Red+Green+Blue) = 255+220+92=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 92 (36.33% from 255 or 16.23% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC5C is #0023A3. Grayscale: #D8D8D8. Windows color (decimal): -9124 or 6085887. OLE color: 6085887.

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

Color convert

RGB 255 220 92 -
CMYK 0 0.14 0.64 0
HSL 47.12º 1% 0.68% -
HSV(B) 47.12º 0.64% 1% -
XYZ 68.76 73.22 20.63 -
YUV 215.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 255 220 92 0 0.14 0.64 0 47.12 1 0.68
Hex FF DC 5C 0 E 40 0 2F 64 44
Octal 377 334 134 0 16 100 0 57 144 104
Binary 11111111 11011100 1011100 0 1110 1000000 0 101111 1100100 1000100

Color Harmonies of #FFDC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC5C

Black with #FFDC5C

Text Example


Text Example

White with #FFDC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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