Html Css Color HEX #FFDC5A Mustard

📋 copy color: '#FFDC5A'

red 255 ◦ green 220 ◦ blue 90

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

Shades of Mustard #FFDC5A

Tints of Mustard #FFDC5A

RGB

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

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

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

R = 45.13%
G = 38.94%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFDC5A (or 0xFFDC5A) is known color: Mustard. HEX triplet: FF, DC and 5A. RGB value is (255,220,90). Sum of RGB (Red+Green+Blue) = 255+220+90=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 90 (35.55% from 255 or 15.93% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDC5A is #0023A5. Grayscale: #D8D8D8. Windows color (decimal): -9126 or 5954815. OLE color: 5954815.

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

Color convert

RGB 255 220 90 -
CMYK 0 0.14 0.65 0
HSL 47.27º 1% 0.68% -
HSV(B) 47.27º 0.65% 1% -
XYZ 68.68 73.18 20.18 -
YUV 215.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 255 220 90 0 0.14 0.65 0 47.27 1 0.68
Hex FF DC 5A 0 E 41 0 2F 64 44
Octal 377 334 132 0 16 101 0 57 144 104
Binary 11111111 11011100 1011010 0 1110 1000001 0 101111 1100100 1000100

Color Harmonies of #FFDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC5A

Black with #FFDC5A

Text Example


Text Example

White with #FFDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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