Html Css Color HEX #FFDC4B Mustard

📋 copy color: '#FFDC4B'

red 255 ◦ green 220 ◦ blue 75

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

Shades of Mustard #FFDC4B

Tints of Mustard #FFDC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.64%

R = 46.36%
G = 40%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFDC4B (or 0xFFDC4B) is known color: Mustard. HEX triplet: FF, DC and 4B. RGB value is (255,220,75). Sum of RGB (Red+Green+Blue) = 255+220+75=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 75 (29.69% from 255 or 13.64% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDC4B is #0023B4. Grayscale: #D6D6D6. Windows color (decimal): -9141 or 4971775. OLE color: 4971775.

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

Color convert

RGB 255 220 75 -
CMYK 0 0.14 0.71 0
HSL 48.33º 1% 0.65% -
HSV(B) 48.33º 0.71% 1% -
XYZ 68.1 72.95 17.15 -
YUV 213.94 49.6 157.29 -
System Red Green Blue C M Y K H S L
Decimal 255 220 75 0 0.14 0.71 0 48.33 1 0.65
Hex FF DC 4B 0 E 47 0 30 64 41
Octal 377 334 113 0 16 107 0 60 144 101
Binary 11111111 11011100 1001011 0 1110 1000111 0 110000 1100100 1000001

Color Harmonies of #FFDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDC4B

Black with #FFDC4B

Text Example


Text Example

White with #FFDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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